Versions in this module Expand all Collapse all v1 v1.15.0 Nov 22, 2021 Changes in this version + var ErrCodeStoreOutOfGas = errors.New("contract creation code storage out of gas") + var ErrContractAddressCollision = errors.New("contract address collision") + var ErrDepth = errors.New("max call depth exceeded") + var ErrExecutionReverted = errors.New("execution reverted") + var ErrGasUintOverflow = errors.New("gas uint64 overflow") + var ErrInsufficientBalance = errors.New("insufficient balance for transfer") + var ErrInvalidJump = errors.New("invalid jump destination") + var ErrInvalidRetsub = errors.New("invalid retsub") + var ErrInvalidSubroutineEntry = errors.New("invalid subroutine entry") + var ErrMaxCodeSizeExceeded = errors.New("max code size exceeded") + var ErrOutOfGas = errors.New("out of gas") + var ErrReturnDataOutOfBounds = errors.New("return data out of bounds") + var ErrReturnStackExceeded = errors.New("return stack limit reached") + var ErrWriteProtection = errors.New("write protection")