Module errors

Module errors 

Source
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ยง

BalanceError
EvmError
Top-level error type for the EVM tracing system
InitError
Initialization-specific errors
RuntimeError
Runtime execution errors
TokenError
Token-specific errors