Enum pixelast::PixelaClientError[][src]

pub enum PixelaClientError {
    HttpClientError(Error),
    ResponseParseFailed(Error),
    RequestNotSuccess(String),
}

The Errors that may occur when processing a Request.

Variants

Trait Implementations

impl Debug for PixelaClientError
[src]

Formats the value using the given formatter. Read more

impl From<Error> for PixelaClientError
[src]

Performs the conversion.

impl From<Error> for PixelaClientError
[src]

Performs the conversion.

Auto Trait Implementations