Wasm Directoryalpha
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

CasePayloadDescription
iostream-errorAn I/O error occurred in communication with the client
storestore-errorAn error occurred in the underlying key-value store
no-such-sessionThe specified session does not exist
unexpectedstringAn unexpected error occurred