> **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.

# TransactionRequest Errors

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

## `TransactionRequest.MissingAuthorizationListError`

Thrown when a 7702 conversion is requested but no `authorizationList` is provided.

## `TransactionRequest.MissingKzgError`

Thrown when a 4844 conversion is requested but no `kzg` context is provided.
