Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
313233343536373839
// marshaller understands. String errorCode = parseErrorCode(json); if (errorCode == null || !errorCode.equals("InternalServiceException")) return null; InternalServiceException e = (InternalServiceException)super.unmarshall(json); return e; }
37383940414243444546
} } @Override public AmazonServiceException unmarshall(JSONObject json) throws Exception { InternalServiceException e = (InternalServiceException)super.unmarshall(json); e.setErrorCode("InternalServiceException"); return e; }
31323334353637383940