Enumerations
The following enumerations are available globally.
-
Errors which can happen when getting a Token
See moreDeclaration
Swift
public enum TokenError : Error
-
Errors which can happen when retrieving a Transaction
See moreDeclaration
Swift
public enum TransactionError : Error
extension TransactionError: LocalizedError
-
Errors which can happen when retrieving an Account
See moreDeclaration
Swift
public enum AccountError : Error
-
Declaration
Swift
public enum AccountType : String
-
Errors which can happen when retrieving an Asset
See moreDeclaration
Swift
public enum AssetError : Error
-
Type of the asset
See moreDeclaration
Swift
public enum AssetType : String
-
Errors which can happen when retrieving a Position
See moreDeclaration
Swift
public enum PositionError : Error
-
Type for the transaction, e.g. buying or selling
See moreDeclaration
Swift
public enum TransactionType : String