public static interface Session.ErrorHandler
SyncManager#setDefaultSessionErrorHandler(ErrorHandler)
,
SyncConfiguration.Builder#errorHandler(ErrorHandler)
Modifier and Type | Method and Description |
---|---|
void |
onError(Session session,
ObjectServerError error)
Callback for errors on a session object.
|
void onError(Session session, ObjectServerError error)
session
- Session
this error happened on.error
- type of error.