Wasm Directoryalpha
Variant

get-attachment-error

No description available.

variant get-attachment-error {
  bad-request(string),
  unauthorized(string),
  payment-required(string),
  forbidden(string),
  not-found(string),
  failed-dependency(string),
  internal-server-error(string),
  not-implemented(string),
  service-unavailable(string),
  gateway-timeout(string),
  other(string),
}

Cases

CasePayloadDescription
bad-requeststring
unauthorizedstring
payment-requiredstring
forbiddenstring
not-foundstring
failed-dependencystring
internal-server-errorstring
not-implementedstring
service-unavailablestring
gateway-timeoutstring
otherstring