Crate arb_storage_errors

Crate arb_storage_errors 

Source
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 Error type.
DatabaseErrorInfo
Implementation-agnostic information about a database failure.

Enums§

DatabaseError
Errors surfaced by the underlying state database when arb-storage reads or writes a slot.
StorageError
Errors raised by the arb-storage layer.