-
Notifications
You must be signed in to change notification settings - Fork 1
Error
ratranqu edited this page Jan 28, 2021
·
1 revision
public enum ErrorSwift.Error
case invalidAddress(address: String)case unknownRequest(reason: String)case unauthorized(reason: String)case jsonMarshal(error: Swift.Error)case jsonUnmarshal(error: Swift.Error)case decodingError(reason: String)case insufficientFunds(reason: String)case invalidDenomination(denomination: String)case keyNotFound(key: String)case invalidGenesis(reason: String)case transactionDecode(reason: String)case invalidRequest(reason: String)case noSignaturescase generic(reason: String)case unknownAddress(reason: String)case invalidCoins(reason: String)case sendDisabledcase noInputscase noOutputscase inputOutputMismatchcase gasOverflow(descriptor: String)case outOfGas(descriptor: String)Generated at 2021-04-21T13:08:01+0000 using swift-doc 1.0.0-beta.5.
Types
- BuyName
- BuyNameMessage
- DeleteName
- DeleteNameMessage
- GenesisState
- GetWhois
- KeysOptions
- ListWhois
- NameServiceApp
- NameServiceAppModule
- NameServiceAppModuleBasic
- NameServiceKeeper
- NameServiceKeys
- QueryCommand
- QueryNameserviceCommand
- ResolveName
- SetName
- SetNameMessage
- TransactionCommand
- TransactionNameserviceCommand
- Whois