aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Constants.pm
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-11-13 11:04:25 +0000
committermkanat%bugzilla.org <>2006-11-13 11:04:25 +0000
commita3ae4ab4b3dacb799e7e370c4785a64e9f4596af (patch)
tree911bea15f15bcb527f77958590091b6dd24c90d4 /Bugzilla/WebService/Constants.pm
parent790e8bbba2ae44ebc7473c61b3e9f7aafa8e2d5e (diff)
downloadbugs-a3ae4ab4b3dacb799e7e370c4785a64e9f4596af.tar
bugs-a3ae4ab4b3dacb799e7e370c4785a64e9f4596af.tar.gz
bugs-a3ae4ab4b3dacb799e7e370c4785a64e9f4596af.tar.bz2
bugs-a3ae4ab4b3dacb799e7e370c4785a64e9f4596af.tar.xz
bugs-a3ae4ab4b3dacb799e7e370c4785a64e9f4596af.zip
Bug 355839: The WebService should provide lists of legal field values
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=mbd, a=myk
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 e0bb05e5a..d1f816c84 100755
--- a/Bugzilla/WebService/Constants.pm
+++ b/Bugzilla/WebService/Constants.pm
@@ -52,6 +52,7 @@ use constant WS_ERROR_CODE => {
invalid_bug_id_or_alias => 100,
invalid_bug_id_non_existent => 101,
bug_access_denied => 102,
+ invalid_field_name => 108,
# These all mean "invalid alias"
alias_not_defined => 103,
alias_too_long => 103,
@@ -67,6 +68,7 @@ use constant WS_ERROR_CODE => {
# Invalid Product
no_products => 106,
entry_access_denied => 106,
+ product_access_denied => 106,
product_disabled => 106,
# Invalid Summary
require_summary => 107,