Package com.smartgwt.client.rpc
Interface HandleErrorCallback
public interface HandleErrorCallback
- 
Method SummaryModifier and TypeMethodDescriptionvoidhandleError(DSResponse response, DSRequest request) Called when an error is encountered while trying to do a background RPC.
- 
Method Details- 
handleErrorCalled 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 response
- request- request the request
 
 
-