Crate reth_errors

Source
Expand description

High level error types for the reth in general.

§Feature Flags

  • test-utils: Export utilities for testing

Enums§

BlockExecutionError
BlockExecutor Errors
BlockValidationError
Block validation error.
ConsensusError
Consensus Errors
DatabaseError
Database error type.
ProviderError
Bundled errors variants thrown by various providers.
RethError
Core error variants possible when interacting with the blockchain.

Type Aliases§

ProviderResult
Provider result type.
RethResult
Result alias for RethError.