Wasm Directoryalpha
Variant

export-for-authenticated-user-error

No description available.

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

Cases

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