Enum secure_session::error::SessionError
[−]
[src]
pub enum SessionError { ValidationError, InternalError, }
Error types for session management operations
Variants
ValidationError
Error produced when a session fails to validate. This typically implies intentional client-side tampering.
InternalError
There 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
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.
impl Clone for SessionError
[src]
fn clone(&self) -> SessionError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more