summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Constants.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/WebService/Constants.pm')
-rw-r--r--[-rwxr-xr-x]Bugzilla/WebService/Constants.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm
index 83b4197aa..260ae9478 100755..100644
--- a/Bugzilla/WebService/Constants.pm
+++ b/Bugzilla/WebService/Constants.pm
@@ -87,6 +87,8 @@ use constant WS_ERROR_CODE => {
# See Also errors
bug_url_invalid => 112,
bug_url_too_long => 112,
+ # Insidergroup Errors
+ user_not_insider => 113,
# Authentication errors are usually 300-400.
invalid_username_or_password => 300,