Expand description
Errors that can occur when interacting with a session storage backend.
Structs§
- Delete
Expired Error - The error returned by
SessionStorageBackend::delete_expired. - Duplicate
IdError - A session with the same ID already exists.
- Unknown
IdError - There is no session with the given ID.
Enums§
- Change
IdError - The error returned by
SessionStorageBackend::change_id. - Create
Error - The error returned by
SessionStorageBackend::create. - Delete
Error - The error returned by
SessionStorageBackend::delete. - Load
Error - The error returned by
SessionStorageBackend::load. - Update
Error - The error returned by
SessionStorageBackend::update. - Update
TtlError - The error returned by
SessionStorageBackend::update_ttl.