SyncLayerResult

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.

Since

200.1.0

Properties

Link copied to clipboard

An array of any errors from sync feature edit results representing the result of a sync. 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.

Link copied to clipboard

The layer or table Id If there's an error the return value is null.

Link copied to clipboard

The table name for the sync result.