Wasm Directoryalpha
Variant

stop-for-authenticated-user-error

No description available.

variant stop-for-authenticated-user-error {
  unauthorized(string),
  forbidden(string),
  not-found(string),
  internal-server-error(string),
  other(string),
}

Cases

CasePayloadDescription
unauthorizedstring
forbiddenstring
not-foundstring
internal-server-errorstring
otherstring