Variant
list-for-repo-error
No description available.
variant list-for-repo-error {
unauthorized(string),
forbidden(string),
not-found(string),
gone(string),
unprocessable-entity(string),
other(string),
}Cases
| Case | Payload | Description |
|---|---|---|
| unauthorized | string | |
| forbidden | string | |
| not-found | string | |
| gone | string | |
| unprocessable-entity | string | |
| other | string |