errors = RedmineJSONParser.parseErrors(getContent(httpResponse));
errors = remap(errors);
} catch (JSONException e) {
throw new RedmineFormatException("Bad redmine error response", e);
}
throw new RedmineProcessingException(errors);
}
return httpResponse;
}