summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Constants.pm
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-01-22 07:15:52 +0100
committermkanat%bugzilla.org <>2009-01-22 07:15:52 +0100
commit2338c292999ca57e8591aa44fbf421e11b9d5f42 (patch)
treec547ac9cab6d1e565ce34886fd5142419f8ce0dd /Bugzilla/WebService/Constants.pm
parentc7b2b76566b8258c676967537986e996c17c3d8d (diff)
downloadbugzilla-2338c292999ca57e8591aa44fbf421e11b9d5f42.tar.gz
bugzilla-2338c292999ca57e8591aa44fbf421e11b9d5f42.tar.xz
Bug 474249: Add a WebService interface to add a See Also bug link to a bug
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
Diffstat (limited to 'Bugzilla/WebService/Constants.pm')
-rwxr-xr-xBugzilla/WebService/Constants.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm
index 4f98cd11a..2ccca5ae9 100755
--- a/Bugzilla/WebService/Constants.pm
+++ b/Bugzilla/WebService/Constants.pm
@@ -84,6 +84,9 @@ use constant WS_ERROR_CODE => {
# Comment-related errors
comment_is_private => 110,
comment_id_invalid => 111,
+ # See Also errors
+ bug_url_invalid => 112,
+ bug_url_too_long => 112,
# Authentication errors are usually 300-400.
invalid_username_or_password => 300,