The restore is invalid.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("InvalidRestore")) return null; InvalidRestoreException e = (InvalidRestoreException)super.unmarshall(node); return e; }