From: Max Kanat-Alexander Date: Tue, 13 Jul 2010 22:59:49 +0000 (-0700) Subject: Remove some errors from WS_ERROR_CODE that don't exist on trunk. X-Git-Tag: bugzilla-4.1.1~400 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c57729faf103bf13b3f2789ccb39327f301690b;p=thirdparty%2Fbugzilla.git Remove some errors from WS_ERROR_CODE that don't exist on trunk. https://bugzilla.mozilla.org/show_bug.cgi?id=412074 --- diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm index 8a41db9514..aec2b9855c 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,