Crate arb_errors

Crate arb_errors 

Source
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§

DatabaseErrorInfo
Implementation-agnostic information about a database failure.

Enums§

ArbError
Top-level error for arbreth.
DatabaseError
Errors surfaced by the underlying state database when arb-storage reads or writes a slot.
StorageError
Errors raised by the arb-storage layer.

Type Aliases§

ArbResult
Result alias for ArbError.