Module cfx_rpc_utils::error::jsonrpc_error_helpers
source · Functions§
- Constructs an internal JSON-RPC error.
- Constructs an internal JSON-RPC error with data
- Constructs an invalid params JSON-RPC error.
- Constructs a JSON-RPC error, consisting of
code
,message
and optionaldata
.