@blockchaincommons/components - v1.0.0-beta.4
    Preparing search index...

    Type Alias ComponentsErrorCode

    ComponentsErrorCode:
        | "InvalidSize"
        | "InvalidData"
        | "DataTooShort"
        | "Crypto"
        | "Cbor"
        | "Sskr"
        | "Ssh"
        | "Uri"
        | "Compression"
        | "PostQuantum"
        | "LevelMismatch"
        | "SshAgent"
        | "Hex"
        | "Utf8"
        | "Env"
        | "SshAgentClient"
        | "General"

    The closed set of failure codes, the reference's Error variants. Env and SshAgentClient are produced by an SSH-agent transport (the reference's connect_to_ssh_agent); the core package never raises them.