Wasm Directoryalpha
Variant

start-for-authenticated-user-error

No description available.

variant start-for-authenticated-user-error {
  not-modified(string),
  bad-request(string),
  unauthorized(string),
  payment-required(string),
  forbidden(string),
  not-found(string),
  conflict(string),
  internal-server-error(string),
  other(string),
}

Cases

CasePayloadDescription
not-modifiedstring
bad-requeststring
unauthorizedstring
payment-requiredstring
forbiddenstring
not-foundstring
conflictstring
internal-server-errorstring
otherstring