} catch (HttpClientErrorException hcee) {
throw new ZencoderClientException(hcee.getResponseBodyAsString(), hcee);
}
ZencoderJobProgress job_progress = null;
try {
job_progress = mapper.readValue(response.getBody(), ZencoderJobProgress.class);
} catch (Exception e) {
throw new ZencoderClientException(