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