Enumeration
Validity
public enum Validity: Equatable
A type used to tell if something is valid or not. FormViewController uses this within it's FormItems validator return value to know if a field is valid or not.
Relationships
Conforms To
Equatable
Enumeration Cases
valid
case valid
invalid
case invalid(message: String? = nil)