summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Constants.pm
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-05-06 08:21:29 +0200
committerByron Jones <bjones@mozilla.com>2013-05-06 08:21:29 +0200
commite99876edf0c74a0924856ba7e7f988457b18478b (patch)
tree3f10e4b0618307849d3b271a964b1e48b00b55d0 /Bugzilla/WebService/Constants.pm
parentb4410eb57d8e07de23de18b6375039c47e6cea35 (diff)
parent00580923eb02b98581d9b4fc24f22fcaaf15b5a0 (diff)
downloadbugzilla-e99876edf0c74a0924856ba7e7f988457b18478b.tar.gz
bugzilla-e99876edf0c74a0924856ba7e7f988457b18478b.tar.xz
merge with bugzilla/4.2
Diffstat (limited to 'Bugzilla/WebService/Constants.pm')
-rw-r--r--Bugzilla/WebService/Constants.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm
index 6274c3a78..3207356fa 100644
--- a/Bugzilla/WebService/Constants.pm
+++ b/Bugzilla/WebService/Constants.pm
@@ -168,6 +168,9 @@ use constant WS_ERROR_CODE => {
invalid_regexp => 803,
invalid_group_name => 804,
+ # Search errors are 1000-1100
+ buglist_parameters_required => 1000,
+
# Errors thrown by the WebService itself. The ones that are negative
# conform to http://xmlrpc-epi.sourceforge.net/specs/rfc.fault_codes.php
xmlrpc_invalid_value => -32600,