The same tag key specified multiple times.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("DuplicateTagKeys")) return null; DuplicateTagKeysException e = (DuplicateTagKeysException)super.unmarshall(node); return e; }