Enum secure_session::error::SessionError
[−]
[src]
pub enum SessionError {
ValidationError,
InternalError,
}Error types for session management operations
Variants
ValidationErrorError produced when a session fails to validate. This typically implies intentional client-side tampering.
InternalErrorThere was an internal error that prevented the session from being read or written.
Trait Implementations
impl Debug for SessionError[src]
impl Eq for SessionError[src]
impl PartialEq for SessionError[src]
fn eq(&self, __arg_0: &SessionError) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Clone for SessionError[src]
fn clone(&self) -> SessionError[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more