Expand description
RPC error types for the arb-rpc handlers.
Mirrors reth’s reth-engine-api/src/error.rs pattern: every variant
maps to a JSON-RPC error code via From<RpcError> for ErrorObjectOwned.
Internal errors are redacted before reaching the wire so we never leak
storage / database / consensus details to RPC callers.
Enums§
- RpcError
- Errors surfaced by the Arbitrum RPC handlers.