Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BN256BadPairingInput = errors.New("bn256 bad pairing input")
View Source
var ClosureDepthOverflow = errors.New("call/create depth overflow (>1024)")
View Source
var InsufficientBalance = errors.New("insufficient balance")
View Source
var InvalidEVMInstance = errors.New("invalid EVM instance")
View Source
var InvalidExternalStorageResult = errors.New("external storage return invalid values")
View Source
var InvalidJumpDest = errors.New("invalid jump dest")
View Source
var JumpOutOfBounds = errors.New("jump out of range")
View Source
var JumpToNoneOpCode = errors.New("jump to non-OpCode")
View Source
var OutOfGas = errors.New("out of gas")
View Source
var OutOfMemory = errors.New("out of memory")
View Source
var ReturnDataCopyOutOfBounds = errors.New("return data copy out of bounds")
View Source
var RevertErr = errors.New("revert")
View Source
var StackOverFlow = errors.New("stack over flow")
View Source
var StackUnderFlow = errors.New("stack under flow")
View Source
var StorageNotInitialized = errors.New("storage not initialized")
View Source
var WriteProtection = errors.New("write protection")
Functions ¶
func InvalidOpCode ¶
func InvalidTypeOfStorage ¶ added in v0.2.0
func InvalidTypeOfStorage() error
func NoSuchDataInTheStorage ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.