RLMSyncPermissionError
enum RLMSyncPermissionError {}
An error related to the permissions subsystem.
-
An error that indicates a permission change operation failed. The
userInfo
dictionary contains the underlying error code and a message (if any).Declaration
Objective-C
RLMSyncPermissionErrorChangeFailed = 1
-
An error that indicates that attempting to retrieve permissions failed.
Declaration
Objective-C
RLMSyncPermissionErrorGetFailed = 2
-
An error that indicates that trying to create a permission offer failed.
Declaration
Objective-C
RLMSyncPermissionErrorOfferFailed = 3
-
An error that indicates that trying to accept a permission offer failed.
Declaration
Objective-C
RLMSyncPermissionErrorAcceptOfferFailed = 4
-
An error that indicates that an internal error occurred.
Declaration
Objective-C
RLMSyncPermissionErrorInternal = 5