Wasm Directoryalpha
Variant

post-mail-send-error

No description available.

variant post-mail-send-error {
  bad-request(string),
  unauthorized(string),
  forbidden(string),
  not-found(string),
  payload-too-large(string),
  internal-server-error(string),
  other(string),
}

Cases

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