Variant

merge-error

No description available.

variant merge-error {
  forbidden(string),
  not-found(string),
  conflict(string),
  unprocessable-entity(string),
  other(string),
}

Cases

CasePayloadDescription
forbiddenstring
not-foundstring
conflictstring
unprocessable-entitystring
otherstring