public boolean hasError(ClientHttpResponse response) throws IOException {
   return errorHandler.hasError(response);
 }