Expand description
Error types for EVM tracing and simulation
This module defines a comprehensive error handling system that covers:
- EVM initialization errors
- Runtime execution errors
- Token-related errors
- Error conversion and propagation
Enumsยง
- Balance
Error - EvmError
- Top-level error type for the EVM tracing system
- Init
Error - Initialization-specific errors
- Runtime
Error - Runtime execution errors
- Token
Error - Token-specific errors