errors

package
v0.0.0-...-2cf7c70 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrBadValue          = errors.New("bad value")
	ErrBadType           = errors.New("bad type")
	ErrOverStackLen      = errors.New("the count over the stack length")
	ErrOverCodeLen       = errors.New("the count over the code length")
	ErrUnderStackLen     = errors.New("the count under the stack length")
	ErrFault             = errors.New("the exeution meet fault")
	ErrNotSupportService = errors.New("the service is not registered")
	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")
	ErrOutOfGas          = errors.New("out of gas")
	ErrNotArray          = errors.New("not array")
	ErrTableIsNil        = errors.New("table is nil")
	ErrServiceIsNil      = errors.New("service is nil")
)

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