summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Constants.pm
diff options
context:
space:
mode:
authordkl%redhat.com <>2008-05-29 11:17:04 +0200
committerdkl%redhat.com <>2008-05-29 11:17:04 +0200
commit33e2f4f610bf2ae0b1936dee85186052f3ead9e4 (patch)
tree984e8126a5f1d5ab3aa42be95636acfefc72d668 /Bugzilla/WebService/Constants.pm
parent5aba1b12a34c1fde3a99b3db781dbae3f0d1259f (diff)
downloadbugzilla-33e2f4f610bf2ae0b1936dee85186052f3ead9e4.tar.gz
bugzilla-33e2f4f610bf2ae0b1936dee85186052f3ead9e4.tar.xz
Bug 412725: WebService functions to get information about a User
Patch by Noura Elhawary <nelhawar@redhat.com> - r=mkanat, a=mkanat
Diffstat (limited to 'Bugzilla/WebService/Constants.pm')
-rwxr-xr-xBugzilla/WebService/Constants.pm2
1 files changed, 2 insertions, 0 deletions
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.