Enum emerald_core::rpc::Error [] [src]

pub enum Error {
    HttpClient(Error),
    RPC(Error),
    InvalidDataFormat(String),
}

JSON RPC errors

Variants

Http client error

RPC error

Invalid data format

Trait Implementations

impl From<Error> for Error
[src]

Performs the conversion.

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<EncoderError> for Error
[src]

Performs the conversion.

impl From<DecoderError> for Error
[src]

Performs the conversion.

impl From<Error> for Error
[src]

Performs the conversion.

impl From<Error> for Error
[src]

Performs the conversion.

impl From<Error> for Error
[src]

Performs the conversion.

impl From<Error> for Error
[src]

Performs the conversion.

impl From<Error> for Error
[src]

Performs the conversion.

impl From<FromHexError> for Error
[src]

Performs the conversion.

impl From<Error> for Error
[src]

Performs the conversion.

impl Into<Error> for Error
[src]

Performs the conversion.

impl Display for Error
[src]

Formats the value using the given formatter. Read more

impl Error for Error
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more