@blockchaincommons/dcbor-parse - v1.0.0-beta.3
    Preparing search index...

    Variable DcborComposeErrorCodeConst

    DcborComposeErrorCode: {
        OddMapLength: "OddMapLength";
        DuplicateMapKey: "DuplicateMapKey";
        ParseError: "ParseError";
    } = ...

    Why a compose call was rejected.

    Type Declaration

    • ReadonlyOddMapLength: "OddMapLength"

      A map needs an even number of items.

    • ReadonlyDuplicateMapKey: "DuplicateMapKey"

      A map key that appears twice.

    • ReadonlyParseError: "ParseError"

      An item did not parse; the DcborParseError is the cause.