Variant
check-blocked-error
No description available.
variant check-blocked-error {
not-modified(string),
unauthorized(string),
forbidden(string),
not-found(string),
other(string),
}Cases
| Case | Payload | Description |
|---|---|---|
| not-modified | string | |
| unauthorized | string | |
| forbidden | string | |
| not-found | string | |
| other | string |