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 -
An error that indicates that trying to create a permission offer failed.
Declaration
Objective-C
RLMSyncPermissionErrorOfferFailed = 3Swift
case offerFailed = 3 -
An error that indicates that trying to accept a permission offer failed.
Declaration
Objective-C
RLMSyncPermissionErrorAcceptOfferFailed = 4Swift
case acceptOfferFailed = 4 -
An error that indicates that an internal error occurred.
Declaration
Objective-C
RLMSyncPermissionErrorInternal = 5Swift
case `internal` = 5
View on GitHub
Install in Dash
RLMSyncPermissionError Enum Reference