Variant
session-error
Errors that can occur during session operations
variant session-error {
io(stream-error),
store(store-error),
no-such-session,
unexpected(string),
}Cases
| Case | Payload | Description |
|---|---|---|
| io | stream-error | An I/O error occurred in communication with the client |
| store | store-error | An error occurred in the underlying key-value store |
| no-such-session | — | The specified session does not exist |
| unexpected | string | An unexpected error occurred |