Variant
get-blob-error
No description available.
variant get-blob-error {
forbidden(string),
not-found(string),
unprocessable-entity(string),
other(string),
}Cases
| Case | Payload | Description |
|---|---|---|
| forbidden | string | |
| not-found | string | |
| unprocessable-entity | string | |
| other | string |