424425426427428429430431432433434
} catch (HttpClientErrorException hcee) { throw new ZencoderClientException(hcee.getResponseBodyAsString(), hcee); } ZencoderMediaFile input_details = null; try { input_details = mapper.readValue( response.getBody(), ZencoderMediaFile.class);
467468469470471472473474475476477
} catch (HttpClientErrorException hcee) { throw new ZencoderClientException(hcee.getResponseBodyAsString(), hcee); } ZencoderMediaFile output_details = null; try { output_details = mapper.readValue( response.getBody(), ZencoderMediaFile.class);