PurchaseFormError
public enum PurchaseFormError : Error
The different errors that can occur in the PurchaseForm
-
The
Questiondoes not belong to the formDeclaration
Swift
case invalidQuestion -
One or more of the
ValidationRules failed in aQuestionDeclaration
Swift
case invalidAnswer(groupIndex: Int, questionIndex: Int, ValidationError)
PurchaseFormError Enumeration Reference