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

# RpcResponse Types

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

## `RpcResponse.BaseErrorType`

## `RpcResponse.ErrorObject`

JSON-RPC error object as per the [JSON-RPC 2.0 specification](https://www.jsonrpc.org/specification#error_object).

## `RpcResponse.RpcResponse`

A JSON-RPC response object as per the [JSON-RPC 2.0 specification](https://www.jsonrpc.org/specification#request_object).
