Wasm Directoryalpha
Variant

create-namespace-error

No description available.

variant create-namespace-error {
  unauthorized(string),
  not-found(string),
  unprocessable-entity(string),
  too-many-requests(string),
  internal-server-error(string),
  other(string),
}

Cases

CasePayloadDescription
unauthorizedstring
not-foundstring
unprocessable-entitystring
too-many-requestsstring
internal-server-errorstring
otherstring