The request was rejected because it specified an invalid type definition.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("InvalidType")) return null; InvalidTypeException e = (InvalidTypeException)super.unmarshall(node); return e; }
363738394041424344