Enum mammut::Error [] [src]

pub enum Error {
    Serde(SerdeError),
    Http(HttpError),
    ClientIdRequired,
    ClientSecretRequired,
    AccessTokenRequired,
}

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<SerdeError> for Error
[src]

Performs the conversion.

impl From<HttpError> for Error
[src]

Performs the conversion.