applayerprotocols/httptransportfw/group/WspErr.ra
changeset 0 b16258d2340f
child 29 099ef125a1a4
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 RESOURCE ARRAY  r_error_res_wsp_protocol_handler_errors
       
    17 	{
       
    18 	items=
       
    19 		{
       
    20 		SINGLE_ERROR
       
    21 			{
       
    22 			text=r_wsp_error_service_mumber_not_defined;	// -7380 ( -7200 -180)
       
    23 			},
       
    24 		SINGLE_ERROR
       
    25 			{
       
    26 			text=r_wsp_error_access_point_not_set_up;			
       
    27 			},
       
    28 		SINGLE_ERROR
       
    29 			{
       
    30 			text=r_wsp_error_bad_redirected_address_data;
       
    31 			},
       
    32 		SINGLE_ERROR
       
    33 			{
       
    34 			text=r_wsp_error_bearer_not_supported;			
       
    35 			},
       
    36 		SINGLE_ERROR
       
    37 			{
       
    38 			text=r_wsp_error_request_too_big;				
       
    39 			}, 
       
    40 		SINGLE_ERROR
       
    41 			{
       
    42 			text=r_wsp_error_streamed_request_data_not_supported;		
       
    43 			},
       
    44 		SINGLE_ERROR
       
    45 			{
       
    46 			text=r_wsp_error_unsupported_send_primitive;					
       
    47 			},
       
    48 		SINGLE_ERROR
       
    49 			{
       
    50 			text=r_wsp_error_session_closing_o_suspending;					
       
    51 			},
       
    52 		SINGLE_ERROR
       
    53 			{
       
    54 			text=r_wsp_error_expecting_body_data;					
       
    55 			},
       
    56 		SINGLE_ERROR
       
    57 			{
       
    58 			text=r_wsp_error_trailer_headers_not_expected;				
       
    59 			},
       
    60 		SINGLE_ERROR
       
    61 			{
       
    62 			text=r_wsp_error_missing_header;		
       
    63 			},
       
    64 		SINGLE_ERROR
       
    65 			{
       
    66 			text=r_wsp_error_sms_bearer_not_in_commsdb;			
       
    67 			},
       
    68 		SINGLE_ERROR
       
    69 			{
       
    70 			text=r_wsp_error_could_not_create_transport_handler;				
       
    71 			},
       
    72 		SINGLE_ERROR
       
    73 			{
       
    74 			text=r_wsp_error_required_services_not_supported;					
       
    75 			},
       
    76 		SINGLE_ERROR
       
    77 			{
       
    78 			text=r_wsp_error_configuration_failed;
       
    79 			},
       
    80 		SINGLE_ERROR
       
    81 			{
       
    82 			text=r_wsp_error_phase_1_handshake_failed; 
       
    83 			},
       
    84 		SINGLE_ERROR
       
    85 			{
       
    86 			text=r_wsp_error_phase_2_handshake_failed;
       
    87 			},
       
    88 		SINGLE_ERROR
       
    89 			{
       
    90 			text=r_wsp_error_invalid_server_cert;
       
    91 			},
       
    92 		SINGLE_ERROR
       
    93 			{
       
    94 			text=r_wsp_error_untrusted_server_cert;
       
    95 			},
       
    96 		SINGLE_ERROR
       
    97 			{
       
    98 			text=r_wsp_error_negotiated_config_rejected;
       
    99 			}
       
   100 		};
       
   101 	}
       
   102 
       
   103 
       
   104 RESOURCE TBUF r_wsp_error_service_mumber_not_defined { buf="The service number needed for SMS is not defined"; }
       
   105 RESOURCE TBUF r_wsp_error_access_point_not_set_up { buf="The Wap access point has not been set up"; }
       
   106 RESOURCE TBUF r_wsp_error_bad_redirected_address_data { buf="The redirection address is not correct"; }
       
   107 RESOURCE TBUF r_wsp_error_bearer_not_supported { buf="The bearer is not suported"; }
       
   108 RESOURCE TBUF r_wsp_error_request_too_big { buf="The request is too big"; }
       
   109 RESOURCE TBUF r_wsp_error_streamed_request_data_not_supported { buf="Streamed request data is not supported"; }
       
   110 RESOURCE TBUF r_wsp_error_unsupported_send_primitive { buf="This send primitive is not supported"; }
       
   111 RESOURCE TBUF r_wsp_error_session_closing_o_suspending { buf="The session is closing or suspending"; }
       
   112 RESOURCE TBUF r_wsp_error_expecting_body_data { buf="Expecting body data"; }
       
   113 RESOURCE TBUF r_wsp_error_trailer_headers_not_expected { buf="Trailer headers are not expected"; }
       
   114 RESOURCE TBUF r_wsp_error_missing_header { buf="A header is missing"; }
       
   115 RESOURCE TBUF r_wsp_error_sms_bearer_not_in_commsdb { buf="The SMS bearer is not in the comm db"; }
       
   116 RESOURCE TBUF r_wsp_error_could_not_create_transport_handler { buf="Could not create Transport handler"; }
       
   117 RESOURCE TBUF r_wsp_error_required_services_not_supported { buf="The required service is not supported"; }
       
   118 RESOURCE TBUF r_wsp_error_configuration_failed { buf="The configuration has failed"; }
       
   119 RESOURCE TBUF r_wsp_error_phase_1_handshake_failed { buf="Phase 1 handshake has failed"; }
       
   120 RESOURCE TBUF r_wsp_error_phase_2_handshake_failed { buf="Phase 2 handshake has failed"; }
       
   121 RESOURCE TBUF r_wsp_error_invalid_server_cert { buf="Invalid server certificate"; }
       
   122 RESOURCE TBUF r_wsp_error_untrusted_server_cert { buf="Untrusted server certificate"; }
       
   123 RESOURCE TBUF r_wsp_error_negotiated_config_rejected { buf="The negotiated configuration has been rejected"; }
       
   124