EditResult

sealed class EditResult

The result of an attempt to apply a local edit to a service. This is a base class for edit results, such as FeatureEditResult. If an edit fails to be applied, the EditResult.completedWithErrors value will be true and you can investigate the failure using the EditResult.error.

Since

200.1.0

Inheritors

Properties

Link copied to clipboard

True if the attempt to push a local edit to a service resulted in errors, false otherwise.

Link copied to clipboard

The type of the edit operation applied to the row.

Link copied to clipboard

Error information about the edit operation.

Link copied to clipboard

The global id of the row that was edited. When returned as a result of geodatabase sync (com.arcgismaps.tasks.geodatabase.GeodatabaseSyncTask.createSyncGeodatabaseJob then com.arcgismaps.tasks.geodatabase.SyncGeodatabaseJob.result) in a com.arcgismaps.tasks.geodatabase.SyncLayerResult this property may return an empty string indicating a more general error with features in this table rather than an error specific to a single feature edit.

Link copied to clipboard

The object id of the row that was edited.