EditResult class final
An object that represents the results of an attempt to push an update to a service.
- Implemented types
- Implementers
Properties
- completedWithErrors → bool
-
True if the attempt to edit resulted in any errors.
no setter
- editOperation → EditOperation
-
The type of the operation applied to the row.
no setter
- error → ArcGISException?
-
The any error information about the edit.
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