Variant
claims-error
No description available.
variant claims-error {
store(store-error),
unexpected(string),
}Cases
| Case | Payload | Description |
|---|---|---|
| store | store-error | An error occurred in the underlying key-value store. |
| unexpected | string | An unexpected error occurred. |