Variant

claims-error

No description available.

variant claims-error {
  store(store-error),
  unexpected(string),
}

Cases

CasePayloadDescription
storestore-error

An error occurred in the underlying key-value store.

unexpectedstring

An unexpected error occurred.