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