EditResult class final

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.

Implemented types
Implementers

Properties

completedWithErrors bool
True if the attempt to push a local edit to a service resulted in errors, false otherwise.
no setter
editOperation EditOperation
The type of the edit operation applied to the row.
no setter
error ArcGISException?
Error information about the edit operation.
no setter
globalId String
The global id of the row that was edited.
no setter
hashCode int
The hash code for this object.
no setterinherited
objectId int
The object id of the row that was edited.
no setter
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