applayerprotocols/httptransportfw/group/HttpClientErr.rss
changeset 0 b16258d2340f
child 49 b91bcc4b38e4
equal deleted inserted replaced
-1:000000000000 0:b16258d2340f
       
     1 // Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 NAME HCER
       
    17 #include "httpclienterr.rls"
       
    18 #include <baerrrsvr.rh>
       
    19 #include <badef.rh>
       
    20 #include <uikon.rh>
       
    21 
       
    22 RESOURCE RSS_SIGNATURE { }
       
    23 
       
    24 RESOURCE ERROR_SET r_error_res_httpclient
       
    25 	{
       
    26 	errorarrays=
       
    27 		{
       
    28 		ERROR_ARRAY
       
    29 			{
       
    30 			startError=-7200;	// Codec encoding errors for HTTP headers
       
    31 			errors=r_error_res_http_text_header_encode_errors;
       
    32 			},
       
    33 		ERROR_ARRAY
       
    34 			{
       
    35 			startError=-7260;	// Codec decoding errors for values found in HTTP headers
       
    36 			errors=r_error_res_http_text_header_decode_basic_val_errors;
       
    37 			},
       
    38 		ERROR_ARRAY
       
    39 			{
       
    40 			startError=-7270;	// Codec decoding errors for HTTP headers
       
    41 			errors=r_error_res_http_text_header_decode_errors;
       
    42 			},
       
    43 		ERROR_ARRAY
       
    44 			{
       
    45 			startError=-7300;	// Response errors. These represent specific failure cases
       
    46 			errors=r_error_res_http_response_errors;
       
    47 			},
       
    48 		ERROR_ARRAY
       
    49 			{
       
    50 			startError=-7330;	// Request building errors: cause the Validation Filter to make a transaction fail and terminate
       
    51 			errors=r_error_res_http_request_errors;
       
    52 			},
       
    53 		ERROR_ARRAY
       
    54 			{
       
    55 			startError=-7360;	// Request building errors: Missing but required header errors
       
    56 			errors=r_error_res_http_request_missing_header_errors;
       
    57 			},
       
    58 		ERROR_ARRAY
       
    59 			{
       
    60 			startError=-7370;	// Protocol Handler errors 
       
    61 			errors=r_error_res_http_protocolhandler_errors;
       
    62 			}
       
    63 		};
       
    64 	}
       
    65 
       
    66 
       
    67 
       
    68 #include "HttpClientErr.ra"