Expand description
Typed storage errors (thiserror per crate, per the framework convention).
Public APIs return doido_core::Result<T> (anyhow) like the rest of the
framework; StorageError gives callers a matchable error type and converts
into anyhow::Error automatically via the ? operator.
Enums§
- Storage
Error - Errors raised by the storage layer.