Expand description
High level error types for the reth in general.
§Feature Flags
test-utils
: Export utilities for testing
Enums§
BlockExecutor
Errors- Transaction validation errors
- Various error cases that can occur when a block violates tree assumptions.
- Canonical Errors
- Consensus Errors
- Database error type.
- Bundled errors variants thrown by various providers.
- Core error variants possible when interacting with the blockchain.
Type Aliases§
- Provider result type.
- Result alias for
RethError
.