Versions in this module Expand all Collapse all v0 v0.0.2 Aug 28, 2023 v0.0.1 Jul 5, 2023 Changes in this version + const Codespace + var ABCIError = sdkerrors.ABCIError + var ABCIInfo = sdkerrors.ABCIInfo + var AssertNil = sdkerrors.AssertNil + var ErrAppConfig = Register(Codespace, 40, "error in app.toml") + var ErrConflict = Register(Codespace, 36, "conflict") + var ErrCritical = Register(codespace, 2, ...) + var ErrIO = Register(Codespace, 39, "Internal IO error") + var ErrInsufficientFee = Register(Codespace, 13, "insufficient fee") + var ErrInsufficientFunds = Register(Codespace, 5, "insufficient funds") + var ErrInvalidAddress = Register(Codespace, 7, "invalid address") + var ErrInvalidChainID = Register(Codespace, 28, "invalid chain-id") + var ErrInvalidCoins = Register(Codespace, 10, "invalid coins") + var ErrInvalidGasLimit = Register(Codespace, 41, "invalid gas limit") + var ErrInvalidHeight = Register(Codespace, 26, "invalid height") + var ErrInvalidPubKey = Register(Codespace, 8, "invalid pubkey") + var ErrInvalidRequest = Register(Codespace, 18, "invalid request") + var ErrInvalidSequence = Register(Codespace, 3, "invalid sequence") + var ErrInvalidType = Register(Codespace, 29, "invalid type") + var ErrInvalidVersion = Register(Codespace, 27, "invalid version") + var ErrJSONMarshal = Register(Codespace, 16, "failed to marshal JSON bytes") + var ErrJSONUnmarshal = Register(Codespace, 17, "failed to unmarshal JSON bytes") + var ErrKeyNotFound = Register(Codespace, 22, "key not found") + var ErrLogic = Register(Codespace, 35, "internal logic error") + var ErrMemoTooLarge = Register(Codespace, 12, "memo too large") + var ErrMempoolIsFull = Register(Codespace, 20, "mempool is full") + var ErrNoSignatures = Register(Codespace, 15, "no signatures supplied") + var ErrNotFound = Register(Codespace, 38, "not found") + var ErrNotSupported = Register(Codespace, 37, "feature not supported") + var ErrOutOfGas = Register(Codespace, 11, "out of gas") + var ErrPackAny = Register(Codespace, 33, "failed packing protobuf message to Any") + var ErrPanic = sdkerrors.ErrPanic + var ErrTooManySignatures = Register(Codespace, 14, "maximum number of signatures exceeded") + var ErrTxDecode = Register(Codespace, 2, "tx parse error") + var ErrTxInMempoolCache = Register(Codespace, 19, "tx already in mempool") + var ErrTxTimeoutHeight = Register(Codespace, 30, "tx timeout height") + var ErrTxTooLarge = Register(Codespace, 21, "tx too large") + var ErrUnauthorized = Register(Codespace, 4, "unauthorized") + var ErrUnknownAddress = Register(Codespace, 9, "unknown address") + var ErrUnknownExtensionOptions = Register(Codespace, 31, "unknown extension options") + var ErrUnknownRequest = Register(Codespace, 6, "unknown request") + var ErrUnpackAny = Register(Codespace, 34, "failed unpacking protobuf message from Any") + var ErrWrongPassword = Register(Codespace, 23, "invalid account password") + var ErrWrongSequence = Register(Codespace, 32, "incorrect account sequence") + var ErrorInvalidGasAdjustment = Register(Codespace, 25, "invalid gas adjustment") + var ErrorInvalidSigner = Register(Codespace, 24, "tx intended signer does not match the given signer") + var IsOf = sdkerrors.IsOf + var New = sdkerrors.New + var Recover = sdkerrors.Recover + var Register = sdkerrors.Register + var SuccessABCICode = sdkerrors.SuccessABCICode + var UndefinedCodespace = sdkerrors.UndefinedCodespace + var WithType = sdkerrors.WithType + var Wrap = sdkerrors.Wrap + var Wrapf = sdkerrors.Wrapf + func Critical(description string) error + func Criticalf(format string, args ...interface{}) error + type Error = sdkerrors.Error