# Cbor Errors

## `Cbor.ArrayTooLargeError`

**Source:** [src/core/Cbor.ts](https://github.com/wevm/ox/blob/main/src/core/Cbor.ts#L184)

## `Cbor.ByteStringTooLargeError`

**Source:** [src/core/Cbor.ts](https://github.com/wevm/ox/blob/main/src/core/Cbor.ts#L200)

## `Cbor.InvalidAdditionalInfoError`

**Source:** [src/core/Cbor.ts](https://github.com/wevm/ox/blob/main/src/core/Cbor.ts#L110)

## `Cbor.InvalidIndefiniteLengthChunkError`

**Source:** [src/core/Cbor.ts](https://github.com/wevm/ox/blob/main/src/core/Cbor.ts#L134)

## `Cbor.InvalidMajorTypeError`

**Source:** [src/core/Cbor.ts](https://github.com/wevm/ox/blob/main/src/core/Cbor.ts#L102)

## `Cbor.InvalidSimpleValueError`

**Source:** [src/core/Cbor.ts](https://github.com/wevm/ox/blob/main/src/core/Cbor.ts#L142)

## `Cbor.NumberTooLargeError`

**Source:** [src/core/Cbor.ts](https://github.com/wevm/ox/blob/main/src/core/Cbor.ts#L166)

## `Cbor.ObjectTooLargeError`

**Source:** [src/core/Cbor.ts](https://github.com/wevm/ox/blob/main/src/core/Cbor.ts#L192)

## `Cbor.StringTooLargeError`

**Source:** [src/core/Cbor.ts](https://github.com/wevm/ox/blob/main/src/core/Cbor.ts#L176)

## `Cbor.UnexpectedTokenError`

**Source:** [src/core/Cbor.ts](https://github.com/wevm/ox/blob/main/src/core/Cbor.ts#L158)

## `Cbor.Unsupported64BitIntegerError`

**Source:** [src/core/Cbor.ts](https://github.com/wevm/ox/blob/main/src/core/Cbor.ts#L118)

## `Cbor.UnsupportedBigIntError`

**Source:** [src/core/Cbor.ts](https://github.com/wevm/ox/blob/main/src/core/Cbor.ts#L150)

## `Cbor.UnsupportedTagError`

**Source:** [src/core/Cbor.ts](https://github.com/wevm/ox/blob/main/src/core/Cbor.ts#L126)
