Package com.smartgwt.client.rpc
Interface HandleErrorCallback
public interface HandleErrorCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleError
(DSResponse response, DSRequest request) Called when an error is encountered while trying to do a background RPC.
-
Method Details
-
handleError
Called when an error is encountered while trying to do a background RPC.See
RPCManager.setHandleErrorCallback()
or theoverview of error handling
for additional guidance.- Parameters:
response
- response the responserequest
- request the request
-