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 : Error
extension AccountNameError: LocalizedError
-
Errors Cost can throw
See moreDeclaration
Swift
public enum CostError : Error
extension CostError: LocalizedError
-
A Flag represents the state of a
See moreTransaction
Declaration
Swift
public enum Flag : String
extension Flag: CustomStringConvertible
-
The Booking Method for an Inventory defines how ambiguous lot matches are handled
See moreDeclaration
Swift
public enum BookingMethod
extension BookingMethod: CustomStringConvertible
-
Errors an inventory booking can throw
See moreDeclaration
Swift
public enum InventoryError : Error
extension InventoryError: LocalizedError
-
Errors which can occur when working with the ledger
See moreDeclaration
Swift
public enum LedgerError : Error
extension LedgerError: LocalizedError
-
Errors a price can throw
See moreDeclaration
Swift
public enum PriceError : Error
extension PriceError: LocalizedError
-
Errors an Posting can throw
See moreDeclaration
Swift
public enum PostingError : Error