Wasm Directoryalpha
Variant

create-for-authenticated-user-error

No description available.

variant create-for-authenticated-user-error {
  unauthorized(string),
  forbidden(string),
  not-found(string),
  service-unavailable(string),
  other(string),
}

Cases

CasePayloadDescription
unauthorizedstring
forbiddenstring
not-foundstring
service-unavailablestring
otherstring