[]
Specifies a reason why validation of editor value failed.
public enum EditorValidationFailedReason
| Name | Description |
|---|---|
| Compare | Validation of editor value failed due to CompareRule. |
| Custom | Validation of editor value failed due to some custom reason. |
| None | Validation of editor value didn't fail. |
| Range | Validation of editor value failed due to RangeRule. |
| Required | Validation of editor value failed due to RequiredRule. |
| StringLength | Validation of editor value failed due to StringLengthRule. |