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

    Interface MessageDetails

    details of every other code.

    interface MessageDetails {
        code:
            | "AlreadyElided"
            | "AmbiguousPredicate"
            | "InvalidDigest"
            | "InvalidFormat"
            | "MissingDigest"
            | "NonexistentPredicate"
            | "NotWrapped"
            | "NotLeaf"
            | "NotAssertion"
            | "InvalidAssertion"
            | "InvalidAttachment"
            | "NonexistentAttachment"
            | "AmbiguousAttachment"
            | "EdgeMissingIsA"
            | "EdgeMissingSource"
            | "EdgeMissingTarget"
            | "EdgeDuplicateIsA"
            | "EdgeDuplicateSource"
            | "EdgeDuplicateTarget"
            | "EdgeUnexpectedAssertion"
            | "NonexistentEdge"
            | "AmbiguousEdge"
            | "AlreadyCompressed"
            | "NotCompressed"
            | "AlreadyEncrypted"
            | "NotEncrypted"
            | "NotKnownValue"
            | "UnknownRecipient"
            | "UnknownSecret"
            | "UnverifiedSignature"
            | "InvalidOuterSignatureType"
            | "InvalidInnerSignatureType"
            | "UnverifiedInnerSignature"
            | "InvalidSignatureType"
            | "InvalidShares"
            | "Sskr"
            | "InvalidType"
            | "AmbiguousType"
            | "SubjectNotUnit"
            | "UnexpectedResponseId"
            | "InvalidResponse"
            | "Cbor"
            | "Components"
            | "General";
        message: string;
    }
    Index
    code:
        | "AlreadyElided"
        | "AmbiguousPredicate"
        | "InvalidDigest"
        | "InvalidFormat"
        | "MissingDigest"
        | "NonexistentPredicate"
        | "NotWrapped"
        | "NotLeaf"
        | "NotAssertion"
        | "InvalidAssertion"
        | "InvalidAttachment"
        | "NonexistentAttachment"
        | "AmbiguousAttachment"
        | "EdgeMissingIsA"
        | "EdgeMissingSource"
        | "EdgeMissingTarget"
        | "EdgeDuplicateIsA"
        | "EdgeDuplicateSource"
        | "EdgeDuplicateTarget"
        | "EdgeUnexpectedAssertion"
        | "NonexistentEdge"
        | "AmbiguousEdge"
        | "AlreadyCompressed"
        | "NotCompressed"
        | "AlreadyEncrypted"
        | "NotEncrypted"
        | "NotKnownValue"
        | "UnknownRecipient"
        | "UnknownSecret"
        | "UnverifiedSignature"
        | "InvalidOuterSignatureType"
        | "InvalidInnerSignatureType"
        | "UnverifiedInnerSignature"
        | "InvalidSignatureType"
        | "InvalidShares"
        | "Sskr"
        | "InvalidType"
        | "AmbiguousType"
        | "SubjectNotUnit"
        | "UnexpectedResponseId"
        | "InvalidResponse"
        | "Cbor"
        | "Components"
        | "General"

    The discriminant.

    message: string

    The message without the code's prefix.