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