validation Errors
An array of errors collected when the value is validated. An empty array indicates the element's value is valid. The constraints depend on the type of FieldFormElement.input. For example a FieldFormElement with an input type of TextBoxFormInput may not be empty if the value of FieldFormElement.isRequired is true. The errors returned for each key is an array of any of the following types:
FeatureFormValidationException.MaxDateTimeConstraintException
FeatureFormValidationException.LessThanMinimumDateTimeException
FeatureFormValidationException.MaxNumericConstraintException
FeatureFormValidationException.MinNumericConstraintException
Since
200.4.0