Module jsonrpsee_http_client::v2::error[][src]

Expand description

JSON-RPC error related types.

Structs

JsonRpcError

Failed JSON-RPC response object.

JsonRpcErrorObject

JSON-RPC error object.

Enums

JsonRpcErrorCode

JSONRPC error code

Constants

CALL_EXECUTION_FAILED_CODE

Custom server error when a call failed.

INTERNAL_ERROR_CODE

Internal error code.

INTERNAL_ERROR_MSG

Internal error message.

INVALID_PARAMS_CODE

Invalid params error code.

INVALID_PARAMS_MSG

Invalid params error message.

INVALID_REQUEST_CODE

Invalid request error code.

INVALID_REQUEST_MSG

Invalid request error message.

METHOD_NOT_FOUND_CODE

Method not found error code.

METHOD_NOT_FOUND_MSG

Method not found error message.

PARSE_ERROR_CODE

Parse error code.

PARSE_ERROR_MSG

Parse error message

SERVER_ERROR_MSG

Reserved for implementation-defined server-errors.