ValidationRuleResult
public struct ValidationRuleResult
Model to store a validation rule’s result
-
The given ValidationRule’s TAG
Declaration
Swift
public let tag: Int?
-
A Boolean value indicating that the validation process was success or not for the given ValidationRule
Declaration
Swift
public let passed: Bool
-
The given ValidationRule’s error message
Declaration
Swift
public let message: String