arcgis-maps-kotlin
300.0.0
      Target filter
Search in API
Skip to content
    arcgis-maps-kotlin
arcgis-maps-kotlin/com.arcgismaps.mapping.featureforms/FeatureForm/validationErrors

validationErrors

val validationErrors: StateFlow<Map<String, List<Throwable>>>

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.NullNotAllowedException

  • FeatureFormValidationException.IncorrectValueTypeException

  • FeatureFormValidationException.MaxDateTimeConstraintException

  • FeatureFormValidationException.LessThanMinimumDateTimeException

  • FeatureFormValidationException.MaxCharConstraintException

  • FeatureFormValidationException.MinCharConstraintException

  • FeatureFormValidationException.MaxNumericConstraintException

  • FeatureFormValidationException.MinNumericConstraintException

  • FeatureFormValidationException.OutOfDomainException

  • FeatureFormValidationException.RequiredException

Since

200.4.0

See also

FieldFormElement.validationErrors
Generated by Dokka
Copyright © 2026 Esri. All Rights Reserved.