Enumerations
The following enumerations are available globally.
-
AccountType represents the five base account types
See moreDeclaration
Swift
public enum AccountType : String -
Errors an AccountName can throw
See moreDeclaration
Swift
public enum AccountNameError : Errorextension AccountNameError: LocalizedError -
Errors Cost can throw
See moreDeclaration
Swift
public enum CostError : Errorextension CostError: LocalizedError -
A Flag represents the state of a
See moreTransactionDeclaration
Swift
public enum Flag : Stringextension Flag: CustomStringConvertible -
The Booking Method for an Inventory defines how ambiguous lot matches are handled
See moreDeclaration
Swift
public enum BookingMethodextension BookingMethod: CustomStringConvertible -
Errors an inventory booking can throw
See moreDeclaration
Swift
public enum InventoryError : Errorextension InventoryError: LocalizedError -
Errors which can occur when working with the ledger
See moreDeclaration
Swift
public enum LedgerError : Errorextension LedgerError: LocalizedError -
Errors a price can throw
See moreDeclaration
Swift
public enum PriceError : Errorextension PriceError: LocalizedError -
Errors an Posting can throw
See moreDeclaration
Swift
public enum PostingError : Error
View on GitHub
Install in Dash
Enumerations Reference