Blockchain Commons Tags TypeScript Library - v1.0.0-alpha.13
    Preparing search index...

    Enumeration ProvenanceMarkErrorType

    Error types for Provenance Mark operations.

    Index

    Enumeration Members

    InvalidSeedLength: "InvalidSeedLength"

    Invalid Seed length

    DuplicateKey: "DuplicateKey"

    Duplicate key

    MissingKey: "MissingKey"

    Missing key

    InvalidKey: "InvalidKey"

    Invalid key

    ExtraKeys: "ExtraKeys"

    Extra keys

    InvalidKeyLength: "InvalidKeyLength"

    Invalid key length for the given resolution

    InvalidNextKeyLength: "InvalidNextKeyLength"

    Invalid next key length for the given resolution

    InvalidChainIdLength: "InvalidChainIdLength"

    Invalid chain ID length for the given resolution

    InvalidMessageLength: "InvalidMessageLength"

    Invalid message length for the given resolution

    InvalidInfoCbor: "InvalidInfoCbor"

    Invalid CBOR data in info field

    DateOutOfRange: "DateOutOfRange"

    Date out of range for serialization

    InvalidDate: "InvalidDate"

    Invalid date components

    MissingUrlParameter: "MissingUrlParameter"

    Missing required URL parameter

    YearOutOfRange: "YearOutOfRange"

    Year out of range for 2-byte serialization

    InvalidMonthOrDay: "InvalidMonthOrDay"

    Invalid month or day

    ResolutionError: "ResolutionError"

    Resolution serialization error

    BytewordsError: "BytewordsError"

    Bytewords encoding/decoding error

    CborError: "CborError"

    CBOR encoding/decoding error

    UrlError: "UrlError"

    URL parsing error

    Base64Error: "Base64Error"

    Base64 decoding error

    JsonError: "JsonError"

    JSON serialization error

    IntegerConversionError: "IntegerConversionError"

    Integer conversion error

    ValidationError: "ValidationError"

    Validation error