Crate-wide error type.
Per design supplement §4.4: per-module error enums via thiserror, anyhow only at the binary boundary. This Error enum is the library-facing top-level type that wraps domain-specific errors.
thiserror
anyhow
Error