WrongSyncTypeException

Thrown when the type of sync used by the server does not match the one used by the client, i.e. the server and client disagrees whether to use Partition-based or Flexible Sync.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

Flag to indicate that something has gone wrong with Device Sync in a way that is not recoverable and SyncSession will be SyncSession.State.INACTIVE until this error is resolved.

Link copied to clipboard
open val message: String?