Variant

authorize-error

No description available.

variant authorize-error {
  found(string),
  bad-request(string),
  unauthorized(string),
  forbidden(string),
  other(string),
}

Cases

CasePayloadDescription
foundstring
bad-requeststring
unauthorizedstring
forbiddenstring
otherstring