Struct bittrex_api::error::BittrexError [] [src]

pub struct BittrexError {
    pub error_type: BittrexErrorType,
    pub message: String,
}

Fields

Trait Implementations

impl Debug for BittrexError
[src]

Formats the value using the given formatter.

impl StdError for BittrexError
[src]

A short description of the error. Read more

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

impl Display for BittrexError
[src]

Formats the value using the given formatter. Read more

impl From<Error> for BittrexError
[src]

Performs the conversion.

impl From<ReqwestError> for BittrexError
[src]

Performs the conversion.