Module errors

Source
Expand description

Error types.

Enumsยง

JsonRpcError
Potential errors returned by the RPC client.
JsonRpcServerError
Potential errors returned by the RPC server.
JsonRpcServerResponseStatusError
Unexpected status codes returned by the RPC server.
JsonRpcTransportHandlerResponseError
Potential errors returned when the client has an issue parsing the response of a method call.
JsonRpcTransportRecvError
Potential errors returned while receiving responses from an RPC server.
JsonRpcTransportSendError
Potential errors returned while sending a request to the RPC server.
RpcTransportError
Potential errors returned while sending requests to or receiving responses from the RPC server.