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