CleanResyncGhostsException

Sealed class representing the failure modes for suspendCleanResyncGhosts

Inheritors

Types

Link copied to clipboard
data class FailedToFinish(val message: String?, val cause: Throwable? = null) : SyncManager.CleanResyncGhostsException
Link copied to clipboard
data class FailedToStart(val message: String?, val cause: Throwable?) : SyncManager.CleanResyncGhostsException

Properties

Link copied to clipboard
open override val cause: Throwable? = null
Link copied to clipboard
open override val message: String? = null