editErrors property

List<FeatureEditResult> editErrors

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.

Implementation

List<FeatureEditResult> get editErrors => _editErrors.value;