errors

package
v0.5.4-alpha Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2018 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrCode2Str = map[ErrCode]string{
	ErrNoCode:               "No error code",
	ErrNoError:              "Not an error",
	ErrUnknown:              "Unknown error",
	ErrDuplicatedTx:         "There are duplicated Transactions",
	ErrInputOutputTooLong:   "Transaction Inputs/Output too long",
	ErrDuplicateInput:       "Two inputs reference same UTXO",
	ErrAssetPrecision:       "The precision of asset is incorrect",
	ErrTransactionBalance:   "Input/output UTXO not equal",
	ErrAttributeProgram:     "CheckAttributeProgram to be implemented",
	ErrTransactionContracts: "Contracts Error",
	ErrTransactionPayload:   "Invalidate transaction payload",
	ErrDoubleSpend:          "DoubleSpend check faild",
	ErrTxHashDuplicate:      "Duplicate transaction Hash",
	ErrStateUpdaterVaild:    "INTERNAL ERROR, ErrStateUpdaterVaild",
	ErrSummaryAsset:         "IssueAsset incorrect",
	ErrXmitFail:             "Xmit transaction failed",
	ErrNonOptimalSigChain:   "This SigChain is NOT optimal choice",
	ErrDuplicateName:        "Duplicate NameService operation in one block",
	ErrMineReward:           "Incorrect Mining reward",
}

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
	ErrInputOutputTooLong   ErrCode = 45002
	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
	ErrXmitFail             ErrCode = 45013
	ErrNonOptimalSigChain   ErrCode = 45014
	ErrDuplicateName        ErrCode = 45015
	ErrMineReward           ErrCode = 45016
)

func ErrerCode

func ErrerCode(err error) ErrCode

func (ErrCode) Error

func (err ErrCode) Error() string

type ErrCoder

type ErrCoder interface {
	GetErrCode() ErrCode
}

Jump to

Keyboard shortcuts

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