The If-Match version is missing or not valid for the distribution.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("InvalidIfMatchVersion")) return null; InvalidIfMatchVersionException e = (InvalidIfMatchVersionException)super.unmarshall(node); return e; }