Variant

create-collection-error

No description available.

variant create-collection-error {
  bad-request(string),
  conflict(string),
  internal-server-error(string),
  other(string),
}

Cases

CasePayloadDescription
bad-requeststring
conflictstring
internal-server-errorstring
otherstring