Wasm Directoryalpha
Variant

post-mapping-error

No description available.

variant post-mapping-error {
  bad-request(string),
  unauthorized(string),
  not-acceptable(string),
  payload-too-large(string),
  internal-server-error(string),
  other(string),
}

Cases

CasePayloadDescription
bad-requeststring
unauthorizedstring
not-acceptablestring
payload-too-largestring
internal-server-errorstring
otherstring