diff -r 000000000000 -r b16258d2340f applayerprotocols/httptransportfw/group/HttpClientErr.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/applayerprotocols/httptransportfw/group/HttpClientErr.rss Tue Feb 02 01:09:52 2010 +0200 @@ -0,0 +1,68 @@ +// Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// + +NAME HCER +#include "httpclienterr.rls" +#include +#include +#include + +RESOURCE RSS_SIGNATURE { } + +RESOURCE ERROR_SET r_error_res_httpclient + { + errorarrays= + { + ERROR_ARRAY + { + startError=-7200; // Codec encoding errors for HTTP headers + errors=r_error_res_http_text_header_encode_errors; + }, + ERROR_ARRAY + { + startError=-7260; // Codec decoding errors for values found in HTTP headers + errors=r_error_res_http_text_header_decode_basic_val_errors; + }, + ERROR_ARRAY + { + startError=-7270; // Codec decoding errors for HTTP headers + errors=r_error_res_http_text_header_decode_errors; + }, + ERROR_ARRAY + { + startError=-7300; // Response errors. These represent specific failure cases + errors=r_error_res_http_response_errors; + }, + ERROR_ARRAY + { + startError=-7330; // Request building errors: cause the Validation Filter to make a transaction fail and terminate + errors=r_error_res_http_request_errors; + }, + ERROR_ARRAY + { + startError=-7360; // Request building errors: Missing but required header errors + errors=r_error_res_http_request_missing_header_errors; + }, + ERROR_ARRAY + { + startError=-7370; // Protocol Handler errors + errors=r_error_res_http_protocolhandler_errors; + } + }; + } + + + +#include "HttpClientErr.ra" \ No newline at end of file