Expand description
Error types for the arb-storage layer.
This crate intentionally mirrors reth-storage-errors: a thin leaf-level
crate that erases the underlying Database::Error into a concrete
DatabaseError so downstream consumers do not have to be generic over
it. The wider StorageError adds storage-layout-specific failure modes
(decode overflow, invalid layout, broken invariant) on top.
Structs§
- AnyError
- Cloneable wrapper around any
Errortype. - Database
Error Info - Implementation-agnostic information about a database failure.
Enums§
- Database
Error - Errors surfaced by the underlying state database when arb-storage reads or writes a slot.
- Storage
Error - Errors raised by the arb-storage layer.