Realm Kotlin SDK - Sync
/
io.realm.mongodb
/
SyncSession
/
ErrorHandler
Error
Handler
interface
ErrorHandler
Content copied to clipboard
Interface used to report any session errors.
Functions
See also
See also
io.realm.mongodb.SyncConfiguration.Builder
Functions
onError
Link copied to clipboard
abstract fun
onError
(session:
SyncSession
, error:
SyncException
)
Content copied to clipboard
Callback for errors on a session object.