public interface HandleErrorCallback
Modifier and Type | Method and Description |
---|---|
void |
handleError(DSResponse response,
DSRequest request)
Called when an error is encountered while trying to do a background RPC.
|
void handleError(DSResponse response, DSRequest request)
See RPCManager.setHandleErrorCallback()
or the overview of error handling
for additional guidance.
response
- response the responserequest
- request the request