PurchaseFormError
public enum PurchaseFormError : Error
The different errors that can occur in the PurchaseForm
-
The
Question
does not belong to the formDeclaration
Swift
case invalidQuestion
-
One or more of the
ValidationRule
s failed in aQuestion
Declaration
Swift
case invalidAnswer(groupIndex: Int, questionIndex: Int, ValidationError)