summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Constants.pm
diff options
context:
space:
mode:
authorSimon Green <sgreen@redhat.com>2014-07-02 03:32:34 +0200
committerSimon Green <sgreen@redhat.com>2014-07-02 03:32:34 +0200
commit2cb56fb8a1f8175a85599d8bdd2e5d53f0190a42 (patch)
tree8cc75cd15fe58d099d79952a26ed93fb29d72c86 /Bugzilla/WebService/Constants.pm
parent2db042923b438c26e2f9683f129d24b4632f8b29 (diff)
downloadbugzilla-2cb56fb8a1f8175a85599d8bdd2e5d53f0190a42.tar.gz
bugzilla-2cb56fb8a1f8175a85599d8bdd2e5d53f0190a42.tar.xz
Bug 1014345 - Add Group.get RPC call
r=glob, a=glob
Diffstat (limited to 'Bugzilla/WebService/Constants.pm')
-rw-r--r--Bugzilla/WebService/Constants.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm
index 5164ec0c1..bedf66298 100644
--- a/Bugzilla/WebService/Constants.pm
+++ b/Bugzilla/WebService/Constants.pm
@@ -185,6 +185,7 @@ use constant WS_ERROR_CODE => {
empty_group_description => 802,
invalid_regexp => 803,
invalid_group_name => 804,
+ group_cannot_view => 805,
# Classification errors are 900-1000
auth_classification_not_enabled => 900,