Edit Result
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
True if the attempt to push a local edit to a service resulted in errors, false otherwise.
The type of the edit operation applied to the row.
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.