Variant
create-or-update-file-contents-error
No description available.
variant create-or-update-file-contents-error {
not-found(string),
conflict(string),
unprocessable-entity(string),
other(string),
}Cases
| Case | Payload | Description |
|---|---|---|
| not-found | string | |
| conflict | string | |
| unprocessable-entity | string | |
| other | string |