PurchaseFormFetchingError
public enum PurchaseFormFetchingError : Error
Errors that occur when fetching a PurchaseForm
-
When the options don’t match the required type for a specific product.
Declaration
Swift
case optionTypeMismatch -
When options are required but not passed in the fetching parameters
Declaration
Swift
case noOptions
PurchaseFormFetchingError Enumeration Reference