Example #1
0
 // processErrors returns true if we need to retry the request and false otherwise
 protected boolean processErrors(int errorStatus, int errorIndex) {
   return m_responseProcessor.processErrors(errorStatus, errorIndex);
 }