RLMSyncPermissionError
enum RLMSyncPermissionError : NSInteger {}
An error related to the permissions subsystem.
-
An error that indicates a permission change operation failed. The
userInfodictionary contains the underlying error code and a message (if any).Declaration
Objective-C
RLMSyncPermissionErrorChangeFailed = 1Swift
case changeFailed = 1 -
An error that indicates that attempting to retrieve permissions failed.
Declaration
Objective-C
RLMSyncPermissionErrorGetFailed = 2Swift
case getFailed = 2
View on GitHub
Install in Dash
RLMSyncPermissionError Enum Reference