Expand description
Errors that can occur when interacting with the session state.
Structs§
- Value
Deserialization Error - Returned when we fail to deserialize a value stored in either the server or the client session state.
- Value
Serialization Error - Returned when we fail to serialize a value to be stored in either the server or the client session state.
Enums§
- Finalize
Error - The error returned by
finalize_session. - Server
GetError - The error returned by
Session::get. - Server
Insert Error - The error returned by
Session::insert. - Server
Remove Error - The error returned by
Session::remove. - Sync
Error - The error returned by
Session::sync.
Constants§
- FINALIZE_
ERROR_ INTO_ RESPONSE - A handle to add
FinalizeError::into_response()as an error handler to your Pavex application.