Expand description
Error types for the storage engine.
Library crates expose typed errors via thiserror (ADR-0017); the binary
edges add human context with anyhow. Integrity failures get their own
variants so a detected torn or tampered page aborts the read instead of
silently serving bad data.
Enums§
- Core
Error - Errors returned by the storage engine.
Type Aliases§
- Result
- Convenience alias for storage-engine results.