errors

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CallStacksString

func CallStacksString(call *CallStack) string

func NewErr

func NewErr(errmsg string) error

func RootErr

func RootErr(err error) error

Types

type CallStack

type CallStack struct {
	Stacks []uintptr
}

func GetCallStacks

func GetCallStacks(err error) *CallStack

type CallStacker

type CallStacker interface {
	GetCallStack() *CallStack
}

type DetailError

type DetailError interface {
	error
	ErrCoder
	CallStacker
	GetRoot() error
}

func NewDetailErr

func NewDetailErr(err error, errcode ErrCode, errmsg string) DetailError

type ErrCode

type ErrCode int32
const (
	ErrNoCode               ErrCode = -2
	ErrNoError              ErrCode = 0
	ErrUnknown              ErrCode = -1
	ErrDuplicatedTx         ErrCode = 1
	ErrDuplicateInput       ErrCode = 45003
	ErrAssetPrecision       ErrCode = 45004
	ErrTransactionBalance   ErrCode = 45005
	ErrAttributeProgram     ErrCode = 45006
	ErrTransactionContracts ErrCode = 45007
	ErrTransactionPayload   ErrCode = 45008
	ErrDoubleSpend          ErrCode = 45009
	ErrTxHashDuplicate      ErrCode = 45010
	ErrStateUpdaterVaild    ErrCode = 45011
	ErrSummaryAsset         ErrCode = 45012
	ErrLockedAsset          ErrCode = 45013
	ErrDuplicateLockAsset   ErrCode = 45014
	ErrXmitFail             ErrCode = 45015
)

func ErrerCode

func ErrerCode(err error) ErrCode

func (ErrCode) Error

func (err ErrCode) Error() string

type ErrCoder

type ErrCoder interface {
	GetErrCode() ErrCode
}

type STCError

type STCError struct {
	// contains filtered or unexported fields
}

func (STCError) Error

func (e STCError) Error() string

func (STCError) GetCallStack

func (e STCError) GetCallStack() *CallStack

func (STCError) GetErrCode

func (e STCError) GetErrCode() ErrCode

func (STCError) GetRoot

func (e STCError) GetRoot() error

Jump to

Keyboard shortcuts

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