Variant

user-error

No description available.

variant user-error {
  bad-request(string),
  not-found(string),
  other(string),
}

Cases

CasePayloadDescription
bad-requeststring
not-foundstring
otherstring