Skip to main content

SIMULATE_REVERT_CODE

Constant SIMULATE_REVERT_CODE 

Source
pub const SIMULATE_REVERT_CODE: i32 = 3;
Available on crate feature rpc only.
Expand description

Error code for execution reverted in eth_simulateV1.

Consistent with eth_call revert error code.

https://github.com/ethereum/execution-apis/pull/748