validation Errors
A dictionary mapping from FieldFormElement.fieldName to an array of errors. An empty dictionary indicates that all element's 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 types:
FeatureFormValidationException.MaxDateTimeConstraintException
FeatureFormValidationException.LessThanMinimumDateTimeException
FeatureFormValidationException.MaxNumericConstraintException
FeatureFormValidationException.MinNumericConstraintException
Since
200.4.0