onError
abstract fun onError(session: SyncSession, exception: ClientResetRequiredException)
Content copied to clipboard
Callback that indicates the seamless Client reset couldn't complete. It should be handled as in ManuallyRecoverUnsyncedChangesStrategy.onClientReset.
Parameters
session
SyncSession during which this error happened.
exception
ClientResetRequiredException the specific Client Reset error.