SyncException

open class SyncException : AppException

This exception is considered the top-level exception or general "catch-all" for problems related to using Device Sync.

This exception and subclasses of it will be passed to users through io.realm.kotlin.mongodb.sync.SyncConfiguration.Builder.errorHandler and the the exact reason must be found in Throwable.message.

See also

Properties

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

Inheritors

UnrecoverableSyncException
Link copied to clipboard
WrongSyncTypeException
Link copied to clipboard
BadFlexibleSyncQueryException
Link copied to clipboard
CompensatingWriteException
Link copied to clipboard