Include full sub-messages of CommitValidationExceptions
Change-Id: I2b36af02c903c3177c491e9793756f9c153e5c18
This commit is contained in:
@@ -339,7 +339,7 @@ public class ChangeInserter extends BatchUpdate.InsertChangeOp {
|
||||
break;
|
||||
}
|
||||
} catch (CommitValidationException e) {
|
||||
throw new InvalidChangeOperationException(e.getMessage());
|
||||
throw new InvalidChangeOperationException(e.getFullMessage());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user