ReSyncException
Sealed class representing the failure modes for suspendResync
Types
Link copied to clipboard
data class FailedToFinish(val message: String? = null, val cause: Throwable? = null) : SyncManager.CleanResyncGhostsException
Link copied to clipboard
data class FailedToStart(val message: String? = null, val cause: Throwable? = null) : SyncManager.CleanResyncGhostsException