summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-02-23 23:06:55 +0100
committerDavid Lawrence <dkl@mozilla.com>2016-02-23 23:06:55 +0100
commit89852803b2c696c62e79372e9dc36331cd728156 (patch)
treebfba5830e08c192c11239df990bdcd8eda6cfe88 /Bugzilla
parent14832008c5fb813a86a6b2b78baa50d068675dd9 (diff)
downloadbugzilla-89852803b2c696c62e79372e9dc36331cd728156.tar.gz
bugzilla-89852803b2c696c62e79372e9dc36331cd728156.tar.xz
Bug 1244718 - API documentation is missing error codes
Diffstat (limited to 'Bugzilla')
-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 758fdebde..19f866e8f 100644
--- a/Bugzilla/WebService/Constants.pm
+++ b/Bugzilla/WebService/Constants.pm
@@ -204,6 +204,9 @@ use constant WS_ERROR_CODE => {
# Search errors are 1000-1100
buglist_parameters_required => 1000,
+ # BugUserLastVisited errors
+ user_not_involved => 1300,
+
# 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,