[]
Specifies the reason of the error.
public enum ErrorReason
Name | Description |
---|---|
DataSourceError | Value rejected by the data source, setting the data source field to that value failed. |
EditMaskError | Value does not match the edit mask. |
None | All validation checks were successful. |
ParsingError | Parsing failed. |
PostValidationError | Value rejected after parsing (in PostValidation). |
PreValidationError | Value was rejected before parsing (in PreValidation). |