validationErrors

Deprecated

Since: 300.1.0. Use FeatureForm.elementValidationErrors instead.

Replace with

elementValidationErrors

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:

Since

200.4.0

See also