-
Notifications
You must be signed in to change notification settings - Fork 1
CosmosError
paulofaria edited this page May 19, 2021
·
3 revisions
public struct CosmosError: Swift.Error, Equatable
Equatable
, Swift.Error
public init(codespace: String, code: UInt32, description: String)
public static let `internal`
public static let unknownRequest
public static let invalidAddress
public static let invalidCoins
public static let outOfGas
public static let invalidRequest
public static let invalidVersion
public static let invalidTransaction
public static func register(codespace: String, code: UInt32, description: String) -> CosmosError
static public func wrap(error: Swift.Error, description: String) -> Swift.Error
Generated at 2021-05-19T17:16:25+0000 using swift-doc 1.0.0-beta.6.
Types
- Account
- AccountAddress
- AccountKeeper
- AddKeyCommand
- AnyEncodable
- Attribute
- AttributeKey
- AttributeValue
- Auth
- AuthAppModule
- AuthAppModuleBasic
- AuthGenesisState
- AuthKeys
- AuthParameters
- BIP39
- BIP44Params
- BankAppModule
- BankAppModuleBasic
- BankGenesisState
- BankKeys
- BaseAccount
- BaseApp
- BaseApp.QueryRouter
- BaseApp.Router
- BaseAppKeys
- BaseKeeper
- BaseSendKeeper
- BaseViewKeeper
- BasicGasMeter
- Bcrypt
- Bcrypt.Algorithm
- BcryptError
- Bech32Prefix
- BlockCommand
- BondStatus
- Capability
- CapabilityError
- CapabilityKeeper
- ClientOptions
- ClientOptions.OutputFormat
- Codec
- Coin
- CollectGenesisTransactionsCommand
- CommitID
- Configuration
- Configuration.Bech32AddressPrefixKeys
- ConsensusAddress
- CosmosClient
- CosmosError
- DebugCommand
- DecimalCoin
- Error
- EventManager
- EventType
- FeeStructure
- FileWriter
- Flags
- Flags.NodeURL
- Flags.NodeURL.URLScheme
- Flags.QueryFlags
- Flags.QueryFlags.OutputFormat
- Flags.TransactionFlags
- Flags.TransactionFlags.AddressOrName
- Flags.TransactionFlags.BroadcastMode
- Flags.TransactionFlags.GasLimitPerTransaction
- Flags.TransactionFlags.SignMode
- FutureOperation
- GenUtilAppModule
- GenUtilAppModuleBasic
- GenUtilGenesisState
- GenUtilKeys
- GenerateGenesisTransactionCommand
- GenesisDocument
- GenesisValidator
- GetAccount
- GetBroadcast
- GetDecode
- GetEncode
- GetMultiSign
- GetQueryParameters
- GetSign
- GetValidateSignatures
- IAVLIterator
- IAVLIteratorError
- InMemoryDatabase
- InMemoryStoreKey
- InfiniteGasMeter
- InitCommand
- Input
- JSON
- KeyTable
- KeyType
- KeyValueStoreKey
- KeybaseOptions
- KeyringBackend
- KeysCommand
- KeysOptions
- Language
- LastValidatorPower
- MigrateGenesisCommand
- ModuleAccount
- ModuleManager
- NodeStorageDBWrapper
- OperationMessage
- Output
- OutputStream
- ParameterChange
- ParameterSetPair
- ParamsAppModuleBasic
- ParamsKeeper
- ParamsKeys
- Prefix
- PrefixDatabase
- PrefixStore
- QueryTransaction
- QueryTransactionsByEvents
- RandomNumber
- Request
- Rest
- Result
- ScopedCapabilityKeeper
- SendTransaction
- ServerContext
- ServerOptions
- SigningAlgorithm
- SimulationManager
- StakingAppModule
- StakingAppModuleBasic
- StakingGenesisState
- StakingKeeper
- StakingKeys
- StandardErrorOutputStream
- StandardFee
- StandardSignature
- StandardSignatureDoc
- StandardTransaction
- StartCommand
- StoreKey
- StoreType
- StoreUpgrades
- Subspace
- SupplyAppModule
- SupplyAppModuleBasic
- SupplyGenesisState
- SupplyKeeper
- SupplyKeys
- SupplyPermissions
- TestHasher
- TestWire
- TransactionBuilder
- TransactionResponse
- TransientStoreKey
- ValidateGenesisCommand
- ValidatorAddress
- Version
- WeightedProposalContent
Protocols
- AccountProtocol
- Address
- AnteDecorator
- App
- AppModule
- AppModuleBasic
- AppModuleGenesis
- BankKeeper
- Batch
- CacheMultiStore
- CacheWrap
- CacheWrapper
- CommitKeyValueStore
- CommitMultiStore
- CommitStore
- Commiter
- Content
- Database
- GasMeter
- GenesisAccount
- InvariantRegistry
- Iterator
- KeyInfo
- KeyValueStore
- Keybase
- MTree
- Message
- ModuleAccount
- MultiStore
- MultiStorePersistentCache
- ParameterSet
- QueryRouter
- Router
- SendKeeper
- SetDeleter
- StakingHooks
- Store
- Transaction
- Tree
- ViewKeeper
- Writer
Global Typealiases
- AnteHandler
- AppParameters
- BasicManager
- BeginBlocker
- Coins
- ContentSimulatorFunction
- DeliverTxFunction
- EndBlocker
- Event
- Events
- ExportApp
- Gas
- GenesisAccounts
- Handler
- ImmutableTree
- InitChainer
- Invariant
- KeyValueStoreKeys
- KeybaseOption
- MakeApp
- MultiStakingHooks
- MutableTree
- Node
- Operation
- ParameterSetPairs
- PeerFilter
- Querier
- SignatureVerificationGasConsumer
- SimulatorValueFunction
- StoreDecoderRegistry
- StoreLoader
- TraceContext
- TransactionDecoder
- TransactionEncoder
- TransientStoreKeys
- ValueValidatorFunction