Variant
create-collection-error
No description available.
variant create-collection-error {
bad-request(string),
conflict(string),
internal-server-error(string),
other(string),
}Cases
| Case | Payload | Description |
|---|---|---|
| bad-request | string | |
| conflict | string | |
| internal-server-error | string | |
| other | string |