Added REMOVE_NOT_PERMITTED to ReviewerResult

Previously, RemoveReviewer would store error details in the `name`
property of ReviewerResult because there were not specific enough error
codes.  This change lets us keep the intended seperation of argument and
error detail.

Change-Id: I3eb431a017cd39e19276f98663f7da37f0d53f43
This commit is contained in:
Conley Owens
2011-06-13 12:57:14 -07:00
parent 0fb80b5133
commit e49c9b16e5
5 changed files with 24 additions and 6 deletions

View File

@@ -78,6 +78,8 @@ public interface ChangeConstants extends Constants {
String approvalTableReviewer();
String approvalTableAddReviewer();
String approvalTableRemoveNotPermitted();
String approvalTableCouldNotRemove();
String changeInfoBlockOwner();
String changeInfoBlockProject();