Variant

get-errors-id-error

No description available.

variant get-errors-id-error {
  bad-request(string),
  unauthorized(string),
  payment-required(string),
  forbidden(string),
  not-found(string),
  method-not-allowed(string),
  not-acceptable(string),
  internal-server-error(string),
  bad-gateway(string),
  service-unavailable(string),
  other(string),
}

Cases

CasePayloadDescription
bad-requeststring
unauthorizedstring
payment-requiredstring
forbiddenstring
not-foundstring
method-not-allowedstring
not-acceptablestring
internal-server-errorstring
bad-gatewaystring
service-unavailablestring
otherstring