diff -r 000000000000 -r b16258d2340f applayerprotocols/httptransportfw/group/WspErr.ra --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/applayerprotocols/httptransportfw/group/WspErr.ra Tue Feb 02 01:09:52 2010 +0200 @@ -0,0 +1,124 @@ +// 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: +// + +RESOURCE ARRAY r_error_res_wsp_protocol_handler_errors + { + items= + { + SINGLE_ERROR + { + text=r_wsp_error_service_mumber_not_defined; // -7380 ( -7200 -180) + }, + SINGLE_ERROR + { + text=r_wsp_error_access_point_not_set_up; + }, + SINGLE_ERROR + { + text=r_wsp_error_bad_redirected_address_data; + }, + SINGLE_ERROR + { + text=r_wsp_error_bearer_not_supported; + }, + SINGLE_ERROR + { + text=r_wsp_error_request_too_big; + }, + SINGLE_ERROR + { + text=r_wsp_error_streamed_request_data_not_supported; + }, + SINGLE_ERROR + { + text=r_wsp_error_unsupported_send_primitive; + }, + SINGLE_ERROR + { + text=r_wsp_error_session_closing_o_suspending; + }, + SINGLE_ERROR + { + text=r_wsp_error_expecting_body_data; + }, + SINGLE_ERROR + { + text=r_wsp_error_trailer_headers_not_expected; + }, + SINGLE_ERROR + { + text=r_wsp_error_missing_header; + }, + SINGLE_ERROR + { + text=r_wsp_error_sms_bearer_not_in_commsdb; + }, + SINGLE_ERROR + { + text=r_wsp_error_could_not_create_transport_handler; + }, + SINGLE_ERROR + { + text=r_wsp_error_required_services_not_supported; + }, + SINGLE_ERROR + { + text=r_wsp_error_configuration_failed; + }, + SINGLE_ERROR + { + text=r_wsp_error_phase_1_handshake_failed; + }, + SINGLE_ERROR + { + text=r_wsp_error_phase_2_handshake_failed; + }, + SINGLE_ERROR + { + text=r_wsp_error_invalid_server_cert; + }, + SINGLE_ERROR + { + text=r_wsp_error_untrusted_server_cert; + }, + SINGLE_ERROR + { + text=r_wsp_error_negotiated_config_rejected; + } + }; + } + + +RESOURCE TBUF r_wsp_error_service_mumber_not_defined { buf="The service number needed for SMS is not defined"; } +RESOURCE TBUF r_wsp_error_access_point_not_set_up { buf="The Wap access point has not been set up"; } +RESOURCE TBUF r_wsp_error_bad_redirected_address_data { buf="The redirection address is not correct"; } +RESOURCE TBUF r_wsp_error_bearer_not_supported { buf="The bearer is not suported"; } +RESOURCE TBUF r_wsp_error_request_too_big { buf="The request is too big"; } +RESOURCE TBUF r_wsp_error_streamed_request_data_not_supported { buf="Streamed request data is not supported"; } +RESOURCE TBUF r_wsp_error_unsupported_send_primitive { buf="This send primitive is not supported"; } +RESOURCE TBUF r_wsp_error_session_closing_o_suspending { buf="The session is closing or suspending"; } +RESOURCE TBUF r_wsp_error_expecting_body_data { buf="Expecting body data"; } +RESOURCE TBUF r_wsp_error_trailer_headers_not_expected { buf="Trailer headers are not expected"; } +RESOURCE TBUF r_wsp_error_missing_header { buf="A header is missing"; } +RESOURCE TBUF r_wsp_error_sms_bearer_not_in_commsdb { buf="The SMS bearer is not in the comm db"; } +RESOURCE TBUF r_wsp_error_could_not_create_transport_handler { buf="Could not create Transport handler"; } +RESOURCE TBUF r_wsp_error_required_services_not_supported { buf="The required service is not supported"; } +RESOURCE TBUF r_wsp_error_configuration_failed { buf="The configuration has failed"; } +RESOURCE TBUF r_wsp_error_phase_1_handshake_failed { buf="Phase 1 handshake has failed"; } +RESOURCE TBUF r_wsp_error_phase_2_handshake_failed { buf="Phase 2 handshake has failed"; } +RESOURCE TBUF r_wsp_error_invalid_server_cert { buf="Invalid server certificate"; } +RESOURCE TBUF r_wsp_error_untrusted_server_cert { buf="Untrusted server certificate"; } +RESOURCE TBUF r_wsp_error_negotiated_config_rejected { buf="The negotiated configuration has been rejected"; } +