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
Transaction validation errors
BlockchainTreeError
Various error cases that can occur when a block violates tree assumptions.
CanonicalError
Canonical Errors
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.