Enum jsonrpc::error::Error [] [src]

pub enum Error {
    Json(Error),
    Hyper(Error),
    Rpc(RpcError),
    NoErrorOrResult,
}

A library error

Variants

Json(Error)

Json error

Hyper(Error)

Client error

Rpc(RpcError)

Error response

NoErrorOrResult

Response has neither error nor result

Trait Implementations

impl Debug for Error
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.