SyncException

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

Inheritors