RLMSyncManagementObjectStatus
enum RLMSyncManagementObjectStatus : NSUInteger {}
An enum representing the different states a sync management object can take.
-
The management object has not yet been processed by the object server.
Declaration
Objective-C
RLMSyncManagementObjectStatusNotProcessed -
The operations encoded in the management object have been successfully performed by the object server.
Declaration
Objective-C
RLMSyncManagementObjectStatusSuccess -
The operations encoded in the management object were not successfully performed by the object server. Refer to the
statusCodeandstatusMessageproperties for more details about the error.Declaration
Objective-C
RLMSyncManagementObjectStatusError
View on GitHub
Install in Dash
RLMSyncManagementObjectStatus Enum Reference