Enum iron_csrf::error::CsrfError [] [src]

pub enum CsrfError {
    InternalError,
    ValidationFailure,
}

An enum of all CSRF related errors.

Variants

Trait Implementations

impl Debug for CsrfError
[src]

Formats the value using the given formatter.

impl Error for CsrfError
[src]

A short description of the error. Read more

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

impl Display for CsrfError
[src]

Formats the value using the given formatter.