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