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 - Block validation error.
- 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
.