diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-07-13 15:59:49 -0700 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-07-13 15:59:49 -0700 |
commit | 9c57729faf103bf13b3f2789ccb39327f301690b (patch) | |
tree | e2479b9e47cafad0dc066250a936ca94599cbf0d /Bugzilla/WebService | |
parent | edb2946d560ba70296d1388c0f8aef1276cfb32f (diff) | |
download | bugs-9c57729faf103bf13b3f2789ccb39327f301690b.tar bugs-9c57729faf103bf13b3f2789ccb39327f301690b.tar.gz bugs-9c57729faf103bf13b3f2789ccb39327f301690b.tar.bz2 bugs-9c57729faf103bf13b3f2789ccb39327f301690b.tar.xz bugs-9c57729faf103bf13b3f2789ccb39327f301690b.zip |
Remove some errors from WS_ERROR_CODE that don't exist on trunk.
https://bugzilla.mozilla.org/show_bug.cgi?id=412074
Diffstat (limited to 'Bugzilla/WebService')
-rw-r--r-- | Bugzilla/WebService/Constants.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm index 8a41db951..aec2b9855 100644 --- a/Bugzilla/WebService/Constants.pm +++ b/Bugzilla/WebService/Constants.pm @@ -122,8 +122,6 @@ use constant WS_ERROR_CODE => { user_access_by_match_denied => 505, # Attachment errors are 600-700. - patch_too_large => 600, - local_file_too_large => 600, file_too_large => 600, invalid_content_type => 601, attachment_illegal_url => 602, |