837838839840841842843844845846847
} catch (HttpClientErrorException hcee) { throw new ZencoderClientException(hcee.getResponseBodyAsString(), hcee); } ZencoderAllUsage usage = null; try { usage = mapper.readValue( response.getBody(), ZencoderAllUsage.class);