From 33e2f4f610bf2ae0b1936dee85186052f3ead9e4 Mon Sep 17 00:00:00 2001 From: "dkl%redhat.com" <> Date: Thu, 29 May 2008 09:17:04 +0000 Subject: Bug 412725: WebService functions to get information about a User Patch by Noura Elhawary - r=mkanat, a=mkanat --- Bugzilla/WebService/Constants.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Bugzilla/WebService/Constants.pm') diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm index 42ad43120..09919873c 100755 --- a/Bugzilla/WebService/Constants.pm +++ b/Bugzilla/WebService/Constants.pm @@ -84,6 +84,7 @@ use constant WS_ERROR_CODE => { account_disabled => 301, auth_invalid_email => 302, extern_id_conflict => -303, + auth_failure => 304, # User errors are 500-600. account_exists => 500, @@ -96,6 +97,7 @@ use constant WS_ERROR_CODE => { # This is from strict_isolation, but it also basically means # "invalid user." invalid_user_group => 504, + user_access_by_id_denied => 505, }; # These are the fallback defaults for errors not in ERROR_CODE. -- cgit v1.2.3-24-g4f1b