[]
Gets or sets a value describing a reason why validation of editor value failed.
public EditorValidationFailedReason FailedReason { get; set; }
This parameter determines what ErrorMessage of which specified validation rules will be used.
If this parameter is set to Custom then ErrorText should be specified in GetEditorErrorInfo event.