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

CasePayloadDescription
no-such-storeThe host does not recognize the store identifier requested.
access-deniedThe requesting component does not have access to the specified store (which may or may not exist).
otherstringSome implementation-specific error has occurred (e.g. I/O)