SyncError

public typealias SyncError = RLMSyncError
  • Given a client reset error, extract and return the recovery file path and the reset closure.

    Declaration

    Swift

    public func clientResetInfo() -> (String, () -> Void)?