Enum secure_session::error::SessionError [] [src]

pub enum SessionError {
    ValidationError,
    InternalError,
}

Error types for session management operations

Variants

Error produced when a session fails to validate. This typically implies intentional client-side tampering.

There was an internal error that prevented the session from being read or written.

Trait Implementations

impl Debug for SessionError
[src]

Formats the value using the given formatter.

impl Eq for SessionError
[src]

impl PartialEq for SessionError
[src]

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

This method tests for !=.

impl Clone for SessionError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more