Struct sda_client_http::SdaHttpClientError []

pub struct SdaHttpClientError(pub SdaHttpClientErrorKind, _);

The Error type.

This tuple struct is made of two elements:

Methods

impl SdaHttpClientError

Constructs an error from a kind, and generates a backtrace.

Constructs a chained error from another error and a kind, and generates a backtrace.

Returns the kind of the error.

Iterates over the error chain.

Returns the backtrace associated with this error.

Trait Implementations

impl Debug for SdaHttpClientError

Formats the value using the given formatter.

impl ChainedError for SdaHttpClientError

Associated kind type.

Constructs an error from a kind, and generates a backtrace.

Constructs a chained error from another error and a kind, and generates a backtrace.

Returns the kind of the error.

Iterates over the error chain.

Returns the backtrace associated with this error.

Returns an object which implements Display for printing the full context of this error. Read more

impl Error for SdaHttpClientError

A short description of the error. Read more

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

impl Display for SdaHttpClientError

Formats the value using the given formatter. Read more

impl From<SdaError> for SdaHttpClientError

Performs the conversion.

impl From<SdaClientStoreError> for SdaHttpClientError

Performs the conversion.

impl From<Error> for SdaHttpClientError

Performs the conversion.

impl From<Error> for SdaHttpClientError

Performs the conversion.

impl From<UrlError> for SdaHttpClientError

Performs the conversion.

impl From<SdaHttpClientErrorKind> for SdaHttpClientError

Performs the conversion.

impl<'a> From<&'a str> for SdaHttpClientError

Performs the conversion.

impl From<String> for SdaHttpClientError

Performs the conversion.

impl Deref for SdaHttpClientError

The resulting type after dereferencing

The method called to dereference a value