errors

package
v0.0.0-...-e920dd0 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2019 License: MIT Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrBadValue           = errors.New("bad value")
	ErrBadType            = errors.New("bad type")
	ErrOverLen            = errors.New("the count over the size")
	ErrFault              = errors.New("the exeution meet fault")
	ErrUnderStackLen      = errors.New("the count under the stack length")
	ErrNotSupportOpCode   = errors.New("does not support the operation code")
	ErrOverLimitStack     = errors.New("the stack over max size")
	ErrOverMaxItemSize    = errors.New("the item over max size")
	ErrOverMaxArraySize   = errors.New("the array over max size")
	ErrOverStackLen       = errors.New("the count over the stack length")
	ErrOverBigIntegerSize = errors.New("the big int is over 32 bytes")
	ErrOutOfGas           = errors.New("out of gas")
	ErrOverCodeLen        = errors.New("the count over the code length")
	ErrNotArray           = errors.New("not array")
	ErrorProgramCode      = errors.New("[ToProgramHash] failed, empty program code")
	ErrTableIsNil         = errors.New("table is nil")
	ErrNotFindScript      = errors.New("can not find script")
	ErrServiceIsNil       = errors.New("service is nil")
	ErrNotSupportSysCall  = errors.New("does not support the sysCall")
	ErrNumericOverFlow    = errors.New("the number is over flow")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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