Enum authy::AuthyError [] [src]

pub enum AuthyError {
    BadRequest(Status),
    UnauthorizedKey(Status),
    Forbidden(Status),
    UserNotFound(Status),
    TooManyRequests(Status),
    InternalServerError(Status),
    ServiceUnavailable,
    IoError(String),
    JsonParseError(String),
    RequestError(String),
    InvalidServerResponse,
}

Variants

Trait Implementations

impl PartialEq for AuthyError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for AuthyError
[src]

impl Clone for AuthyError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AuthyError
[src]

Formats the value using the given formatter.

impl Display for AuthyError
[src]

Formats the value using the given formatter.

impl From<Error> for AuthyError
[src]

Performs the conversion.

impl From<Error> for AuthyError
[src]

Performs the conversion.

impl From<Error> for AuthyError
[src]

Performs the conversion.