Expand description
this module defiens the StoreError
enum for handling various errors that can occur with
stores
this module defines the various errors encountered by storage containers.
Enumsยง
- Entry
Error - the
EntryError
type enumerates the possible errors that can occur when accessing entries in the key-value store. - Store
Error - the
StoreError
type enumerates the possible errors that can occur in the store module.