[][src]Module harmony_rust_sdk::client::error

Error related code used by Client.

Re-exports

pub use super::api::HmcParseError;

Structs

HttpError

A generic "error" for HTTP connections

ReqwestError

The Errors that may occur when processing a Request.

Status

A gRPC status describing the result of an RPC call.

TransportError

Error's that originate from the client or server;

Enums

ClientError

Error type used by Client.

Code

gRPC status codes used by Status.

Type Definitions

ClientResult

Result type used by many Client methods.