package
7.8.0
Repository: https://github.com/cosmos/ibc-go.git
Documentation: pkg.go.dev

# Variables

ErrInsufficientFunds is used when the account cannot pay requested amount.
ErrInvalidAddress is used when an address is found to be invalid.
ErrInvalidChainID defines an error when the chain-id is invalid.
ErrInvalidCoins is used when sdk.Coins are invalid.
ErrInvalidHeight defines an error for an invalid height.
ErrInvalidRequest defines an ABCI typed error where the request contains invalid data.
ErrInvalidSequence is used the sequence number (nonce) is incorrect for the signature.
ErrInvalidType defines an error an invalid type.
ErrInvalidVersion defines a general error for an invalid version.
ErrLogic defines an internal logic error, e.g.
ErrNotFound defines an error when requested entity doesn't exist in the state.
ErrOutOfGas is used when there is not enough gas.
ErrPackAny defines an error when packing a protobuf message to Any fails.
ErrUnauthorized is used whenever a request without sufficient authorization is handled.
ErrUnknownRequest is used when the request body.
ErrUnpackAny defines an error when unpacking a protobuf message from Any fails.