summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Constants.pm
diff options
context:
space:
mode:
authorIsrael Madueme <purelogiq@gmail.com>2018-04-05 22:23:43 +0200
committerDylan William Hardison <dylan@hardison.net>2018-04-05 22:23:43 +0200
commit755bc194dcea3481fa41b5884a98a5aa086fe09e (patch)
tree37d05c7b269ce615c92014ac057b97291768d255 /Bugzilla/WebService/Constants.pm
parent412052f3c46e05b19104622157c38b669fc00118 (diff)
downloadbugzilla-755bc194dcea3481fa41b5884a98a5aa086fe09e.tar.gz
bugzilla-755bc194dcea3481fa41b5884a98a5aa086fe09e.tar.xz
Bug 1449282 - add jobqueue_status api
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 93fddfc2b..71435c13a 100644
--- a/Bugzilla/WebService/Constants.pm
+++ b/Bugzilla/WebService/Constants.pm
@@ -199,6 +199,9 @@ use constant WS_ERROR_CODE => {
# BugUserLastVisited errors
user_not_involved => 1300,
+ # Job queue errors 1400-1500
+ jobqueue_status_error => 1400,
+
# 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,