Variant
get-an-artists-albums-error
No description available.
variant get-an-artists-albums-error {
unauthorized(string),
forbidden(string),
too-many-requests(string),
other(string),
}Cases
| Case | Payload | Description |
|---|---|---|
| unauthorized | string | |
| forbidden | string | |
| too-many-requests | string | |
| other | string |