> **Can't find what you're looking for?** Use `search_docs` on the docs MCP server at `https://v3.viem.sh/api/mcp` to find what you need.

# Rlp Errors

:::info
`Rlp` is a re-export of ox's [`Rlp`](https://oxlib.sh/api/Rlp/errors). Refer to the ox documentation for the full reference.
:::

## `Rlp.DepthLimitExceededError`

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

## `Rlp.ListBoundaryExceededError`

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

## `Rlp.TrailingBytesError`

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