Variant
get-files-id-error
No description available.
variant get-files-id-error {
not-modified(string),
unauthorized(string),
not-found(string),
method-not-allowed(string),
unsupported-media-type(string),
other(string),
}Cases
| Case | Payload | Description |
|---|---|---|
| not-modified | string | |
| unauthorized | string | |
| not-found | string | |
| method-not-allowed | string | |
| unsupported-media-type | string | |
| other | string |