Variant

accept-eua-error

No description available.

variant accept-eua-error {
  bad-request(string),
  unauthorized(string),
  forbidden(string),
  not-found(string),
  method-not-allowed(string),
  too-many-requests(string),
  other(string),
}

Cases

CasePayloadDescription
bad-requeststring
unauthorizedstring
forbiddenstring
not-foundstring
method-not-allowedstring
too-many-requestsstring
otherstring