Struct actix_session::SessionGetError
source · pub struct SessionGetError(_);
Expand description
Error returned by Session::get
.
Trait Implementations§
source§impl Debug for SessionGetError
impl Debug for SessionGetError
source§impl Display for SessionGetError
impl Display for SessionGetError
source§impl Error for SessionGetError
impl Error for SessionGetError
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 SessionGetError
impl From<Error> for SessionGetError
source§fn from(original: Error) -> SessionGetError
fn from(original: Error) -> SessionGetError
Converts to this type from the input type.
source§impl ResponseError for SessionGetError
impl ResponseError for SessionGetError
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