OfflineMapSyncLayerResult class final

The result of an OfflineMapSyncJob for a single feature layer or table.

When the job completes, OfflineMapSyncLayerResult.hasErrors indicates whether any errors were incurred during the synchronization of an individual layer or table. You can examine the OfflineMapSyncLayerResult.error to investigate general synchronization problems. In addition, explore the OfflineMapSyncLayerResult.editErrors collection to determine whether a server-side error ocurred with an individual feature edit during synchronization.

Implemented types

Properties

editErrors List<FeatureEditResult>
The edit errors for a layer.
no setter
error ArcGISException?
An error if the layer or table could not be synchronized, otherwise returns null.
no setter
hasErrors bool
True if an error has been encountered synchronizing this layer or table, false otherwise.
no setter
hashCode int
The hash code for this object.
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