pub type HttpError = NodeError<Error>;Expand description
Standard HTTP error.
Aliased Type§
pub enum HttpError {
Http(Error<ConnectionError<Error>>),
Rpc(RpcError),
Json(Error),
EmptyResponse,
HexDecode(FromHexError),
}pub type HttpError = NodeError<Error>;Standard HTTP error.
pub enum HttpError {
Http(Error<ConnectionError<Error>>),
Rpc(RpcError),
Json(Error),
EmptyResponse,
HexDecode(FromHexError),
}