RLMSyncPermissionError
enum RLMSyncPermissionError : NSInteger {}
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
Swift
case changeFailed = 1
-
An error that indicates that attempting to retrieve permissions failed.
Declaration
Objective-C
RLMSyncPermissionErrorGetFailed = 2
Swift
case getFailed = 2
-
An error that indicates that trying to create a permission offer failed.
Declaration
Objective-C
RLMSyncPermissionErrorOfferFailed = 3
Swift
case offerFailed = 3
-
An error that indicates that trying to accept a permission offer failed.
Declaration
Objective-C
RLMSyncPermissionErrorAcceptOfferFailed = 4
Swift
case acceptOfferFailed = 4
-
An error that indicates that an internal error occurred.
Declaration
Objective-C
RLMSyncPermissionErrorInternal = 5
Swift
case `internal` = 5