Interface SyncSession.ErrorHandler
Atlas Device SDKs are deprecated. Refer to the deprecation page for details.
io.realm.mongodb.sync
Enclosing class:
Interface used to report any session errors.
Method Summary
Modifier and Type | Method and Description |
---|---|
public void | Callback for errors on a session object. |
Method Detail
onError
Callback for errors on a session object. It is not allowed to throw an exception inside an error handler. If the operations in an error handler can throw, it is safer to catch any exception in the error handler. When an exception is thrown in the error handler, the occurrence will be logged and the exception will be ignored. Parameters
|