Enum websession::AuthError [] [src]

pub enum AuthError {
    Expired,
    Unauthorized,
    Mutex,
    IO(Error),
    Hash(Error),
    MissingData,
    InternalConsistency,
}

Variants

Session has expired

User is not authorized

Internal error, mutex is poisoned

Internal error in the backing store

Trait Implementations

impl Debug for AuthError
[src]

Formats the value using the given formatter.

impl From<BackingStoreError> for AuthError
[src]

Performs the conversion.

impl Error for AuthError
[src]

A short description of the error. Read more

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

impl Display for AuthError
[src]

Formats the value using the given formatter. Read more