Module errors

Module errors 

Source
Expand description

Errors that can occur when interacting with a session storage backend.

Structs§

DeleteExpiredError
The error returned by SessionStorageBackend::delete_expired.
DuplicateIdError
A session with the same ID already exists.
UnknownIdError
There is no session with the given ID.

Enums§

ChangeIdError
The error returned by SessionStorageBackend::change_id.
CreateError
The error returned by SessionStorageBackend::create.
DeleteError
The error returned by SessionStorageBackend::delete.
LoadError
The error returned by SessionStorageBackend::load.
UpdateError
The error returned by SessionStorageBackend::update.
UpdateTtlError
The error returned by SessionStorageBackend::update_ttl.