Package com.smartgwt.client.rpc
Interface HandleErrorCallback
public interface HandleErrorCallback
- 
Method Summary
Modifier and TypeMethodDescriptionvoidhandleError(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 handlingfor additional guidance.- Parameters:
 response- response the responserequest- request the request
 
 -