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