From 9c57729faf103bf13b3f2789ccb39327f301690b Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Tue, 13 Jul 2010 15:59:49 -0700 Subject: Remove some errors from WS_ERROR_CODE that don't exist on trunk. https://bugzilla.mozilla.org/show_bug.cgi?id=412074 --- Bugzilla/WebService/Constants.pm | 2 -- 1 file changed, 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, -- cgit v1.2.3-24-g4f1b