Types

Link copied to clipboard

The value cannot be meaningfully coerced to the field type of the field in the table with the name FieldFormElement.fieldName.

Link copied to clipboard

A DateTime value is less than the value specified by DateTimePickerFormInput.min.

Link copied to clipboard
Link copied to clipboard

A DateTime value is greater than the value specified by DateTimePickerFormInput.max.

Link copied to clipboard

A numeric value is greater than 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.

Link copied to clipboard
Link copied to clipboard

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.

Link copied to clipboard

This error occurs when attempting to update the value of a FieldFormElement with a non-nullable field to null.

Link copied to clipboard

The value is null or empty and the value of FieldFormElement.isRequired is true.

Link copied to clipboard

An unknown type of validation error was returned from validating a FieldFormElement.value. Inspect the underlying message for more information.

Inherited properties

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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard