Variant
error
The set of errors which may be raised by functions in this package
variant error {
no-such-store,
access-denied,
other(string),
}Cases
| Case | Payload | Description |
|---|---|---|
| no-such-store | — | The host does not recognize the store identifier requested. |
| access-denied | — | The requesting component does not have access to the specified store (which may or may not exist). |
| other | string | Some implementation-specific error has occurred (e.g. I/O) |