From 89852803b2c696c62e79372e9dc36331cd728156 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 23 Feb 2016 22:06:55 +0000 Subject: Bug 1244718 - API documentation is missing error codes --- Bugzilla/WebService/Constants.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Bugzilla') 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, -- cgit v1.2.3-24-g4f1b