Variant
post-auth-poll-error
No description available.
variant post-auth-poll-error {
forbidden(string),
not-found(string),
too-many-requests(string),
other(string),
}Cases
| Case | Payload | Description |
|---|---|---|
| forbidden | string | |
| not-found | string | |
| too-many-requests | string | |
| other | string |