evmErrors

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 29, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

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 InvalidOpCode(code byte) error

func InvalidTypeOfStorage added in v0.2.0

func InvalidTypeOfStorage() error

func NoSuchDataInTheStorage

func NoSuchDataInTheStorage(err error) error

func Panicked

func Panicked(err error) error

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL