@blockchaincommons/gstp - v1.0.0-beta.2
    Preparing search index...

    Type Alias GstpErrorCode

    GstpErrorCode:
        | "SenderMissingEncryptionKey"
        | "RecipientMissingEncryptionKey"
        | "SenderMissingVerificationKey"
        | "ContinuationExpired"
        | "ContinuationIdInvalid"
        | "PeerContinuationNotEncrypted"
        | "MissingPeerContinuation"
        | "StateOnFailedResponse"
        | "Envelope"
        | "XID"

    The reference's Error variants, plus StateOnFailedResponse for the one call where the reference panics.