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

validationErrors

val validationErrors: StateFlow<List<Throwable>>

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

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