[−][src]Enum trade::api::hitbtc::errors::RestErrorKind
Translate an HTTP error code to an HitBTC error category.
Variants
BadRequestMalformed request, issue on the lib side or consumer side.
Authorisation required or failed.
ForbiddenAction is forbidden for API key.
TooManyRequestsThe client broke the request rate limit set by HitBTC. See HitBTC API documentation for each request weight and rate limits.
InternalErrorIssue on HitBTC side.
Service is down for maintenance.
TimeoutThe server did not respond in time. The order may have been executed or may have not.
Unknown(StatusCode)Unknown error.
Trait Implementations
impl PartialEq<RestErrorKind> for RestErrorKind[src]
impl PartialEq<RestErrorKind> for RestErrorKindfn eq(&self, other: &RestErrorKind) -> bool[src]
fn eq(&self, other: &RestErrorKind) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &RestErrorKind) -> bool[src]
fn ne(&self, other: &RestErrorKind) -> boolThis method tests for !=.
impl Clone for RestErrorKind[src]
impl Clone for RestErrorKindfn clone(&self) -> RestErrorKind[src]
fn clone(&self) -> RestErrorKindReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Copy for RestErrorKind[src]
impl Copy for RestErrorKindimpl Eq for RestErrorKind[src]
impl Eq for RestErrorKindimpl Debug for RestErrorKind[src]
impl Debug for RestErrorKindfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for RestErrorKind[src]
impl Display for RestErrorKindfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Hash for RestErrorKind[src]
impl Hash for RestErrorKindfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, Feeds a slice of this type into the given [Hasher]. Read more
impl Fail for RestErrorKind[src]
impl Fail for RestErrorKindfn cause(&self) -> Option<&dyn Fail>[src]
fn cause(&self) -> Option<&dyn Fail>Returns a reference to the underlying cause of this failure, if it is an error that wraps other errors. Read more
fn backtrace(&self) -> Option<&Backtrace>[src]
fn backtrace(&self) -> Option<&Backtrace>Returns a reference to the Backtrace carried by this failure, if it carries one. Read more
fn context<D>(self, context: D) -> Context<D> where
D: Display + Send + Sync + 'static, [src]
fn context<D>(self, context: D) -> Context<D> where
D: Display + Send + Sync + 'static, Provides context for this failure. Read more
fn compat(self) -> Compat<Self>[src]
fn compat(self) -> Compat<Self>Wraps this failure in a compatibility wrapper that implements std::error::Error. Read more
Auto Trait Implementations
impl Send for RestErrorKind
impl Send for RestErrorKindimpl Sync for RestErrorKind
impl Sync for RestErrorKindBlanket Implementations
impl<T> IntoTimestamped for T[src]
impl<T> IntoTimestamped for Tfn timestamped(self) -> Timestamped<Self>[src]
fn timestamped(self) -> Timestamped<Self>Add the current timestamp to self.
fn with_timestamp(self, timestamp: Timestamp) -> Timestamped<Self>[src]
fn with_timestamp(self, timestamp: Timestamp) -> Timestamped<Self>Add the given timestamp to self.
impl<T> IntoWithSymbol for T[src]
impl<T> IntoWithSymbol for Tfn with_symbol(&self, symbol: Symbol) -> WithSymbol<&Self>[src]
fn with_symbol(&self, symbol: Symbol) -> WithSymbol<&Self>Add the given symbol to a borrowed &self.
impl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> ToString for T where
T: Display + ?Sized, [src]
impl<T> ToString for T where
T: Display + ?Sized, impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, type Owned = T
fn to_owned(&self) -> T[src]
fn to_owned(&self) -> TCreates owned data from borrowed data, usually by cloning. Read more
fn clone_into(&self, target: &mut T)[src]
fn clone_into(&self, target: &mut T)🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<T> From for T[src]
impl<T> From for Timpl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>try_from)Performs the conversion.
impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T[src]
fn borrow_mut(&mut self) -> &mut TMutably borrows from an owned value. Read more
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>try_from)Performs the conversion.
impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId[src]
fn get_type_id(&self) -> TypeId🔬 This is a nightly-only experimental API. (get_type_id)
this method will likely be replaced by an associated static
Gets the TypeId of self. Read more
impl<Q, K> Equivalent for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
impl<Q, K> Equivalent for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, fn equivalent(&self, key: &K) -> bool[src]
fn equivalent(&self, key: &K) -> boolCompare self to key and return true if they are equal.
impl<T> Erased for T
impl<T> Erased for Timpl<T> AsFail for T where
T: Fail, [src]
impl<T> AsFail for T where
T: Fail, fn as_fail(&self) -> &(dyn Fail + 'static)[src]
fn as_fail(&self) -> &(dyn Fail + 'static)Converts a reference to Self into a dynamic trait object of Fail.
impl<E> Fail for E where
E: 'static + Error + Send + Sync, [src]
impl<E> Fail for E where
E: 'static + Error + Send + Sync, fn cause(&self) -> Option<&(dyn Fail + 'static)>[src]
fn cause(&self) -> Option<&(dyn Fail + 'static)>Returns a reference to the underlying cause of this failure, if it is an error that wraps other errors. Read more
fn backtrace(&self) -> Option<&Backtrace>[src]
fn backtrace(&self) -> Option<&Backtrace>Returns a reference to the Backtrace carried by this failure, if it carries one. Read more
fn context<D>(self, context: D) -> Context<D> where
D: Display + Send + Sync + 'static, [src]
fn context<D>(self, context: D) -> Context<D> where
D: Display + Send + Sync + 'static, Provides context for this failure. Read more
fn compat(self) -> Compat<Self>[src]
fn compat(self) -> Compat<Self>Wraps this failure in a compatibility wrapper that implements std::error::Error. Read more
impl<T> Erased for T
impl<T> Erased for T