element Validation Errors
A dictionary mapping from the FormElement to an array of errors for each form element. Errors on a FieldFormElement will only be included if the element is both visible and editable. An empty dictionary indicates that all attachment elements and visible and editable field form element values are valid. Constraints are expressed by the FormInput and the value of FieldFormElement.isRequired of the element. The constraints depend on the type of FormInput. The errors returned for each key is an array of any of the following error types:
FeatureFormValidationException.MaxAttachmentCountConstraintException
FeatureFormValidationException.MaxDateTimeConstraintException
FeatureFormValidationException.MinAttachmentCountConstraintException
FeatureFormValidationException.LessThanMinimumDateTimeException
FeatureFormValidationException.MaxNumericConstraintException
FeatureFormValidationException.MinNumericConstraintException
This dictionary contains validation errors for attachment elements and visible and editable field form elements only. For other field form elements, use the FieldFormElement.validationErrors property.
Since
300.1.0