Feature Edit Result
The result of an attempt to apply a local feature edit to a feature service. You can attempt to apply feature edits to a feature service by calling ServiceGeodatabase.applyEdits. When complete, a collection of FeatureTableEditResult objects is returned. There is one FeatureTableEditResult for each edited ServiceFeatureTable in the ServiceGeodatabase.
Each FeatureTableEditResult has a collection of FeatureEditResult objects. There is one FeatureEditResult for every feature edit attempted on the ServiceFeatureTable. If a feature 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
Inherited 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.