include/evmc: add status code EVMC_CALL_DEPTH_EXCEDED

This commit is contained in:
Everett Hildenbrandt 2018-04-18 14:45:06 -05:00
parent f4a8663692
commit beef51abed

View File

@ -167,6 +167,9 @@ enum evmc_status_code {
/// An example: elliptic curve functions handed invalid EC points
EVMC_PRECOMPILE_FAILURE = 11,
/// Call depth exceded (if there is a call depth limit)
EVMC_CALL_DEPTH_EXCEDED = 12,
/// The EVM rejected the execution of the given code or message.
///
/// This error SHOULD be used to signal that the EVM is not able to or