# Rlp Errors

## `Rlp.DepthLimitExceededError`

Thrown when an RLP value nests deeper than the decode depth limit.

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

## `Rlp.ListBoundaryExceededError`

Thrown when RLP list items overrun the list's declared length.

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

## `Rlp.TrailingBytesError`

Thrown when an RLP payload contains bytes after the decoded item.

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