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)? -
Given a permission denied error, extract and return the reset closure.
Declaration
Swift
public func deleteRealmUserInfo() -> (() -> Void)?
View on GitHub
Install in Dash
SyncError Extension Reference