Skip to main content

Module error

Module error 

Source
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§

StorageError
Errors raised by the storage layer.