Expand description
Top-level error types for arbreth.
Thin umbrella over the leaf-level error crates (currently
arb-storage-errors), mirroring reth-errors. Downstream crates that
cross multiple subsystem boundaries depend on this crate and convert
into ArbError via ?, instead of being generic over every leaf
error type.
Structs§
- Database
Error Info - Implementation-agnostic information about a database failure.
Enums§
- ArbError
- Top-level error for arbreth.
- 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.