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