Variant
delete-file-error
No description available.
variant delete-file-error {
not-found(string),
conflict(string),
unprocessable-entity(string),
service-unavailable(string),
other(string),
}Cases
| Case | Payload | Description |
|---|---|---|
| not-found | string | |
| conflict | string | |
| unprocessable-entity | string | |
| service-unavailable | string | |
| other | string |