Struct bittrex_api::error::BittrexError
[−]
[src]
pub struct BittrexError {
pub error_type: BittrexErrorType,
pub message: String,
}Fields
error_type: BittrexErrorType
message: String
Trait Implementations
impl Debug for BittrexError[src]
impl StdError for BittrexError[src]
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>1.0.0
The lower-level cause of this error, if any. Read more
impl Display for BittrexError[src]
impl From<Error> for BittrexError[src]
impl From<ReqwestError> for BittrexError[src]
fn from(error: ReqwestError) -> Self
Performs the conversion.