Struct actix_session::SessionInsertError
source · pub struct SessionInsertError(_);
Expand description
Error returned by Session::insert
.
Trait Implementations§
source§impl Debug for SessionInsertError
impl Debug for SessionInsertError
source§impl Display for SessionInsertError
impl Display for SessionInsertError
source§impl Error for SessionInsertError
impl Error for SessionInsertError
source§fn source(&self) -> Option<&(dyn StdError + 'static)>
fn source(&self) -> Option<&(dyn StdError + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<Error> for SessionInsertError
impl From<Error> for SessionInsertError
source§fn from(original: Error) -> SessionInsertError
fn from(original: Error) -> SessionInsertError
Converts to this type from the input type.
source§impl ResponseError for SessionInsertError
impl ResponseError for SessionInsertError
source§fn error_response(&self) -> HttpResponse<BoxBody>
fn error_response(&self) -> HttpResponse<BoxBody>
Creates full response for error. Read more
§fn status_code(&self) -> StatusCode
fn status_code(&self) -> StatusCode
Returns appropriate status code for error. Read more