OfflineMapSyncLayerResult

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.

Since

200.1.0

Properties

Link copied to clipboard

The edit errors for a layer. The layer results returned contain information about row edit errors that occur on the server during the synchronization of a feature layer or table. Server-side errors of this kind are infrequent, so this array is typically empty.

Link copied to clipboard

An error if the layer or table could not be synchronized, otherwise returns null.

Link copied to clipboard

True if an error has been encountered synchronizing this layer or table, false otherwise.