Variant
session-error
Errors that can occur during session operations.
variant session-error {
access-denied,
other(string),
}Cases
| Case | Payload | Description |
|---|---|---|
| access-denied | — | Access to the session's store is denied. |
| other | string | Some error occurred. |