ClientResetRequiredException

class ClientResetRequiredException(appPointer: <ERROR CLASS>, error: SyncError) : Throwable

Class encapsulating information needed for handling a Client Reset event.

See:Client Reset for more information about when and why Client Reset occurs and how to deal with it.

Constructors

ClientResetRequiredException
Link copied to clipboard
fun ClientResetRequiredException(appPointer: <ERROR CLASS>, error: SyncError)

Functions

executeClientReset
Link copied to clipboard
fun executeClientReset()
Calling this method will execute the Client Reset manually instead of waiting until the next app restart.

Properties

cause
Link copied to clipboard
open val cause: Throwable?
message
Link copied to clipboard
open val message: String?
originalFilePath
Link copied to clipboard
val originalFilePath: String
recoveryFilePath
Link copied to clipboard
val recoveryFilePath: String