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

    Interface MessageDetails

    Details of every other failure: the unprefixed message.

    interface MessageDetails {
        code:
            | "Crypto"
            | "Cbor"
            | "Sskr"
            | "Ssh"
            | "Uri"
            | "Compression"
            | "PostQuantum"
            | "LevelMismatch"
            | "SshAgent"
            | "Hex"
            | "Utf8"
            | "Env"
            | "SshAgentClient"
            | "General";
        message: string;
    }
    Index
    code:
        | "Crypto"
        | "Cbor"
        | "Sskr"
        | "Ssh"
        | "Uri"
        | "Compression"
        | "PostQuantum"
        | "LevelMismatch"
        | "SshAgent"
        | "Hex"
        | "Utf8"
        | "Env"
        | "SshAgentClient"
        | "General"

    The discriminant: every code without structured details.

    message: string

    The message without the code's prefix.