SyncLayerResult class final
An object that represents the result of sync operation on a table or layer if there has been edit errors with individual features.
If the server has an error applying an edit, this is returned as FeatureEditResult error. Only errors are reported, the feature edit results of a sync operation do not contain information about successful adds, deletes or updates.
- Implemented types
Properties
-
editResults
→ List<
FeatureEditResult> -
An array of any errors from sync feature edit results representing the
result of a sync.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- layerId → int
-
The layer or table Id.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tableName → String
-
The table name for the sync result.
no setter
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