onError

abstract fun onError(session: SyncSession, exception: ClientResetRequiredException)

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.