FeatureEditResult class final

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.

Inheritance

Properties

attachmentResults → List<EditResult>
A list of edit results for any attachment changes.
no setter
completedWithErrors → bool
True if the attempt to push a local edit to a service resulted in errors, false otherwise.
no setterinherited
editOperation → EditOperation
The type of the edit operation applied to the row.
no setterinherited
error → ArcGISException?
Error information about the edit operation.
no setterinherited
globalId → String
The global id of the row that was edited.
no setterinherited
hashCode → int
The hash code for this object.
no setterinherited
objectId → int
The object id of the row that was edited.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited