code

package
v1.6.6 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TxCodeOK uint32 = iota
	TxCodeBadParam
	TxCodeImproperTx
	TxCodeInvalidAmount
	TxCodeNotEnoughBalance
	TxCodeSelfTransaction
	TxCodePermissionDenied
	TxCodeAlreadyRequested
	TxCodeAlreadyGranted
	TxCodeParcelNotFound
	TxCodeRequestNotFound
	TxCodeUsageNotFound
	TxCodeBadSignature
	TxCodeMultipleDelegates
	TxCodeDelegateNotFound
	TxCodeNoStake
	TxCodeImproperStakeAmount
	TxCodeHeightTaken
	TxCodeBadValidator
	TxCodeLastValidator
	TxCodeDelegateExists
	TxCodeStakeLocked
	TxCodeImproperDraftID
	TxCodeImproperDraftConfig
	TxCodeProposedDraft
	TxCodeNonExistingDraft
	TxCodeAnotherDraftInProcess
	TxCodeVoteNotOpen
	TxCodeAlreadyVoted
	TxCodeNoStorage
	TxCodeUDCNotFound
	TxCodeNotFound
	TxCodeUnknown uint32 = 1000
)

tx codes

View Source
const (
	QueryCodeOK      uint32 = 0
	QueryCodeBadPath uint32 = iota + 1001 // offset
	QueryCodeNoKey
	QueryCodeBadKey
	QueryCodeNoMatch
)

query codes

Variables

This section is empty.

Functions

func GetError added in v1.5.4

func GetError(code uint32) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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