Variant

session-error

Errors that can occur during session operations.

variant session-error {
  recoverable(recoverable-error),
  unexpected(string),
}

Cases

CasePayloadDescription
recoverablerecoverable-error

An error occurred in the underlying key-value store.

unexpectedstring

An unexpected error occurred.