FieldValidationStatus constants
The FieldValidationStatus constants identify the status of the designated field.
Constant | Value | Description |
---|---|---|
_KNOWN_VALID | 1 | The field's value is known to be valid. |
_KNOWN_INVALID | 2 | The field's value is known to be incorrect. |
_NEEDS_VALIDATION | 3 | The field's value may be valid but has not been checked. |