MinNumericConstraintException

A numeric value is below the range specified by FieldFormElement.domain. This error can occur when the domain is a com.arcgismaps.data.RangeDomain, the FieldFormElement.input is a TextBoxFormInput, and the field in the backing table with the name FieldFormElement.fieldName has a numeric field type.

Since

200.4.0

Inherited properties

Link copied to clipboard

a Map of Strings containing additional information that this error may be providing; may be empty

Link copied to clipboard

additional information about the error

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

an integer error code providing more specific details of the error, see guide doc for error codes.

Link copied to clipboard
open override val message: String

Inherited functions

Link copied to clipboard
open override fun toString(): String