diff -r 000000000000 -r 8e480a14352b messagingfw/biomsgfw/group/bioerr.ra --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/messagingfw/biomsgfw/group/bioerr.ra Mon Jan 18 20:36:02 2010 +0200 @@ -0,0 +1,191 @@ +// Copyright (c) 1999-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: +// BIO Messaging error text +// +// + +#include + +RESOURCE ARRAY r_error_res_bio_base_errors + { + items= + { + SINGLE_ERROR + { + text=r_error_res_bio_corrupt_message; // -500 + }, + SINGLE_ERROR + { + text=r_error_res_bio_corrupt_message; // -501 + }, + SINGLE_ERROR + { + text=r_error_res_bio_unknown_type; // -502 + } + }; + } + +RESOURCE ARRAY r_error_res_bio_errors + { + items= + { + SINGLE_ERROR + { + text=r_error_res_bio_unknown_type; // -510 + }, + SINGLE_ERROR + { + text=r_error_res_bio_unknown_type; // -511 + }, + SINGLE_ERROR + { + text=r_error_res_bio_corrupt_message; // -512 + }, + SINGLE_ERROR + { + text=r_error_res_bio_unknown_protocol; // -513 + }, + SINGLE_ERROR + { + text=r_error_res_bio_corrupt_message; // -514 + }, + SINGLE_ERROR + { + text=r_error_res_bio_corrupt_message; // -515 + }, + SINGLE_ERROR + { + text=r_error_res_bio_corrupt_message; // -516 + }, + SINGLE_ERROR + { + text=r_error_res_bio_corrupt_message; // -517 + }, + SINGLE_ERROR + { + text=r_error_res_bio_unknown_iap; // -518 + }, + SINGLE_ERROR + { + text=r_error_res_bio_bad_script; // -519 + }, + SINGLE_ERROR + { + text=r_error_res_bio_bad_script; // -520 + }, + SINGLE_ERROR + { + text=r_error_res_bio_bad_script; // -521 + } + }; + } + +RESOURCE ARRAY r_error_res_bio_wapp_errors + { + items= + { + SINGLE_ERROR + { + text=r_error_res_wapp_base; // -600 + }, + SINGLE_ERROR + { + text=r_error_res_wapp_xmlver; // -601 + }, + SINGLE_ERROR + { + text=r_error_res_wapp_outbound; // -602 + }, + SINGLE_ERROR + { + text=r_error_res_wapp_str_tab; // -603 + }, + SINGLE_ERROR + { + text=r_error_res_wapp_eos; // -604 + }, + SINGLE_ERROR + { + text=r_error_res_wapp_unexp_val; // -605 + }, + SINGLE_ERROR + { + text=r_error_res_wapp_no_att; // -606 + }, + SINGLE_ERROR + { + text=r_error_res_wapp_tag_miss; // -607 + }, + SINGLE_ERROR + { + text=r_error_res_wapp_store_notf; // -608 + }, + SINGLE_ERROR + { + text=r_error_res_wapp_msg_unparsed; // -609 + }, + SINGLE_ERROR + { + text=r_error_res_wapp_unrecog; // -610 + }, + SINGLE_ERROR + { + text=r_error_res_wapp_null_val; // -611 + }, + SINGLE_ERROR + { + text=r_error_res_wapp_content; // -612 + }, + SINGLE_ERROR + { + text=r_error_res_wapp_no_dbr; // -613 + }, + SINGLE_ERROR + { + text=r_error_res_wapp_not_sup; // -614 + }, + SINGLE_ERROR + { + text=r_error_res_wapp_bad_mess; // -615 + }, + SINGLE_ERROR + { + text=r_error_res_wapp_no_term; // -616 + } + }; + } + +RESOURCE TBUF r_error_res_bio_unknown_type { buf=STRING_r_error_res_bio_unknown_type ; } +RESOURCE TBUF r_error_res_bio_corrupt_message { buf=STRING_r_error_res_bio_corrupt_message ; } +RESOURCE TBUF r_error_res_bio_unknown_protocol { buf=STRING_r_error_res_bio_unknown_protocol ; } +RESOURCE TBUF r_error_res_bio_unknown_iap { buf=STRING_r_error_res_bio_unknown_iap ; } +RESOURCE TBUF r_error_res_bio_bad_script { buf=STRING_r_error_res_bio_bad_script ; } + +RESOURCE TBUF r_error_res_wapp_base { buf=STRING_r_error_res_wapp_base ; } +RESOURCE TBUF r_error_res_wapp_xmlver { buf=STRING_r_error_res_wapp_xmlver ; } +RESOURCE TBUF r_error_res_wapp_outbound { buf=STRING_r_error_res_wapp_outbound ; } +RESOURCE TBUF r_error_res_wapp_str_tab { buf=STRING_r_error_res_wapp_str_tab ; } +RESOURCE TBUF r_error_res_wapp_eos { buf=STRING_r_error_res_wapp_eos ; } +RESOURCE TBUF r_error_res_wapp_unexp_val { buf=STRING_r_error_res_wapp_unexp_val ; } +RESOURCE TBUF r_error_res_wapp_no_att { buf=STRING_r_error_res_wapp_no_att ; } +RESOURCE TBUF r_error_res_wapp_tag_miss { buf=STRING_r_error_res_wapp_tag_miss ; } +RESOURCE TBUF r_error_res_wapp_store_notf { buf=STRING_r_error_res_wapp_store_notf ; } +RESOURCE TBUF r_error_res_wapp_msg_unparsed { buf=STRING_r_error_res_wapp_msg_unparsed ; } +RESOURCE TBUF r_error_res_wapp_unrecog { buf=STRING_r_error_res_wapp_unrecog ; } +RESOURCE TBUF r_error_res_wapp_null_val { buf=STRING_r_error_res_wapp_null_val ; } +RESOURCE TBUF r_error_res_wapp_content { buf=STRING_r_error_res_wapp_content ; } +RESOURCE TBUF r_error_res_wapp_no_dbr { buf=STRING_r_error_res_wapp_no_dbr ; } +RESOURCE TBUF r_error_res_wapp_not_sup { buf=STRING_r_error_res_wapp_not_sup ; } +RESOURCE TBUF r_error_res_wapp_bad_mess { buf=STRING_r_error_res_wapp_bad_mess ; } +RESOURCE TBUF r_error_res_wapp_no_term { buf=STRING_r_error_res_wapp_no_term ; }