Wasm Directoryalpha
Variant

post-locate-error

No description available.

variant post-locate-error {
  bad-request(string),
  unauthorized(string),
  forbidden(string),
  not-found(string),
  method-not-allowed(string),
  payload-too-large(string),
  uri-too-long(string),
  unsupported-media-type(string),
  internal-server-error(string),
  service-unavailable(string),
  other(string),
}

Cases

CasePayloadDescription
bad-requeststring
unauthorizedstring
forbiddenstring
not-foundstring
method-not-allowedstring
payload-too-largestring
uri-too-longstring
unsupported-media-typestring
internal-server-errorstring
service-unavailablestring
otherstring