editErrors property
The edit errors for a layer or table.
The layer results returned contains information about row edit errors that occur on the server during the synchronization of a feature layer. Server-side errors of this kind are infrequent, so this array is typically empty.
Implementation
List<FeatureEditResult> get editErrors => _editErrors.value;