25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSObject.h>
43 #pragma mark initializers
48 #pragma mark properties
53 @property (nonatomic, copy, readonly) NSArray<AGSFeatureEditResult*> *
editErrors;
58 @property (nullable, nonatomic, strong, readonly) NSError *
error;
64 @property (nonatomic, assign, readonly) BOOL
hasErrors;
Information about the outcome of a feature edit operation.
Definition: AGSFeatureEditResult.h:39
Definition: AGSObject.h:28
Result of a sync operation for a map layer or table initiated by AGSOfflineMapSyncJob.
Definition: AGSOfflineMapSyncLayerResult.h:39
BOOL hasErrors
Definition: AGSOfflineMapSyncLayerResult.h:64
NSError * error
Definition: AGSOfflineMapSyncLayerResult.h:58
NSArray< AGSFeatureEditResult * > * editErrors
Definition: AGSOfflineMapSyncLayerResult.h:53