Variant

session-error

Errors that can occur during session operations.

variant session-error {
  access-denied,
  other(string),
}

Cases

CasePayloadDescription
access-denied—

Access to the session's store is denied.

otherstring

Some error occurred.