summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Constants.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/WebService/Constants.pm')
-rw-r--r--Bugzilla/WebService/Constants.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm
index a8d2f1db2..758fdebde 100644
--- a/Bugzilla/WebService/Constants.pm
+++ b/Bugzilla/WebService/Constants.pm
@@ -155,6 +155,7 @@ use constant WS_ERROR_CODE => {
api_key_not_valid => 306,
api_key_revoked => 306,
auth_invalid_token => 307,
+ invalid_cookies_or_token => 307,
# Except, historically, AUTH_NODATA, which is 410.
login_required => 410,