Variant

create-error

No description available.

variant create-error {
  forbidden(string),
  not-found(string),
  gone(string),
  unprocessable-entity(string),
  service-unavailable(string),
  other(string),
}

Cases

CasePayloadDescription
forbiddenstring
not-foundstring
gonestring
unprocessable-entitystring
service-unavailablestring
otherstring