messagingfw/biomsgfw/group/bioerr.ra
changeset 0 8e480a14352b
child 28 10ce313e5859
equal deleted inserted replaced
-1:000000000000 0:8e480a14352b
       
     1 // Copyright (c) 1999-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 // BIO Messaging error text
       
    15 // 
       
    16 //
       
    17 
       
    18 #include <errors/generic/bioerr.rls>
       
    19 
       
    20 RESOURCE ARRAY r_error_res_bio_base_errors
       
    21 	{
       
    22 	items=
       
    23 		{
       
    24 		SINGLE_ERROR
       
    25 			{
       
    26 			text=r_error_res_bio_corrupt_message;		// -500
       
    27 			},
       
    28 		SINGLE_ERROR
       
    29 			{
       
    30 			text=r_error_res_bio_corrupt_message;		// -501
       
    31 			},
       
    32 		SINGLE_ERROR
       
    33 			{
       
    34 			text=r_error_res_bio_unknown_type;			// -502
       
    35 			}
       
    36 		};
       
    37 	}
       
    38 
       
    39 RESOURCE ARRAY r_error_res_bio_errors
       
    40 	{
       
    41 	items=
       
    42 		{
       
    43 		SINGLE_ERROR
       
    44 			{
       
    45 			text=r_error_res_bio_unknown_type;			// -510
       
    46 			},
       
    47 		SINGLE_ERROR
       
    48 			{
       
    49 			text=r_error_res_bio_unknown_type;			// -511
       
    50 			},
       
    51 		SINGLE_ERROR
       
    52 			{
       
    53 			text=r_error_res_bio_corrupt_message;		// -512
       
    54 			},
       
    55 		SINGLE_ERROR
       
    56 			{
       
    57 			text=r_error_res_bio_unknown_protocol;		// -513
       
    58 			},
       
    59 		SINGLE_ERROR
       
    60 			{
       
    61 			text=r_error_res_bio_corrupt_message;		// -514
       
    62 			},
       
    63 		SINGLE_ERROR
       
    64 			{
       
    65 			text=r_error_res_bio_corrupt_message;		// -515
       
    66 			},
       
    67 		SINGLE_ERROR
       
    68 			{
       
    69 			text=r_error_res_bio_corrupt_message;		// -516 
       
    70 			},
       
    71 		SINGLE_ERROR
       
    72 			{
       
    73 			text=r_error_res_bio_corrupt_message;		// -517
       
    74 			},
       
    75 		SINGLE_ERROR
       
    76 			{
       
    77 			text=r_error_res_bio_unknown_iap;			// -518
       
    78 			},
       
    79 		SINGLE_ERROR
       
    80 			{
       
    81 			text=r_error_res_bio_bad_script;			// -519
       
    82 			},
       
    83 		SINGLE_ERROR
       
    84 			{
       
    85 			text=r_error_res_bio_bad_script;			// -520
       
    86 			},
       
    87 		SINGLE_ERROR
       
    88 			{
       
    89 			text=r_error_res_bio_bad_script;			// -521
       
    90 			}
       
    91 		};
       
    92 	}
       
    93 
       
    94 RESOURCE ARRAY r_error_res_bio_wapp_errors
       
    95 	{
       
    96 	items=
       
    97 		{
       
    98 		SINGLE_ERROR
       
    99 			{
       
   100 			text=r_error_res_wapp_base;					// -600
       
   101 			},
       
   102 		SINGLE_ERROR
       
   103 			{
       
   104 			text=r_error_res_wapp_xmlver;				// -601
       
   105 			},
       
   106 		SINGLE_ERROR
       
   107 			{
       
   108 			text=r_error_res_wapp_outbound;				// -602
       
   109 			},
       
   110 		SINGLE_ERROR
       
   111 			{
       
   112 			text=r_error_res_wapp_str_tab;				// -603
       
   113 			},
       
   114 		SINGLE_ERROR
       
   115 			{
       
   116 			text=r_error_res_wapp_eos;					// -604
       
   117 			},
       
   118 		SINGLE_ERROR
       
   119 			{
       
   120 			text=r_error_res_wapp_unexp_val;			// -605
       
   121 			},
       
   122 		SINGLE_ERROR
       
   123 			{
       
   124 			text=r_error_res_wapp_no_att;				// -606
       
   125 			},
       
   126 		SINGLE_ERROR
       
   127 			{
       
   128 			text=r_error_res_wapp_tag_miss;				// -607
       
   129 			},
       
   130 		SINGLE_ERROR
       
   131 			{
       
   132 			text=r_error_res_wapp_store_notf;			// -608
       
   133 			},
       
   134 		SINGLE_ERROR
       
   135 			{
       
   136 			text=r_error_res_wapp_msg_unparsed;			// -609
       
   137 			},
       
   138 		SINGLE_ERROR
       
   139 			{
       
   140 			text=r_error_res_wapp_unrecog;				// -610
       
   141 			},
       
   142 		SINGLE_ERROR
       
   143 			{
       
   144 			text=r_error_res_wapp_null_val;				// -611
       
   145 			},
       
   146 		SINGLE_ERROR
       
   147 			{
       
   148 			text=r_error_res_wapp_content;				// -612
       
   149 			},
       
   150 		SINGLE_ERROR
       
   151 			{
       
   152 			text=r_error_res_wapp_no_dbr;				// -613
       
   153 			},
       
   154 		SINGLE_ERROR
       
   155 			{
       
   156 			text=r_error_res_wapp_not_sup;				// -614
       
   157 			},
       
   158 		SINGLE_ERROR
       
   159 			{
       
   160 			text=r_error_res_wapp_bad_mess;				// -615
       
   161 			},
       
   162 		SINGLE_ERROR
       
   163 			{
       
   164 			text=r_error_res_wapp_no_term;				// -616
       
   165 			}
       
   166 		};
       
   167 	}
       
   168 
       
   169 RESOURCE TBUF r_error_res_bio_unknown_type				{ buf=STRING_r_error_res_bio_unknown_type			; }
       
   170 RESOURCE TBUF r_error_res_bio_corrupt_message			{ buf=STRING_r_error_res_bio_corrupt_message		; }
       
   171 RESOURCE TBUF r_error_res_bio_unknown_protocol			{ buf=STRING_r_error_res_bio_unknown_protocol		; }
       
   172 RESOURCE TBUF r_error_res_bio_unknown_iap				{ buf=STRING_r_error_res_bio_unknown_iap			; }
       
   173 RESOURCE TBUF r_error_res_bio_bad_script				{ buf=STRING_r_error_res_bio_bad_script			; }
       
   174 
       
   175 RESOURCE TBUF r_error_res_wapp_base						{ buf=STRING_r_error_res_wapp_base					; }
       
   176 RESOURCE TBUF r_error_res_wapp_xmlver					{ buf=STRING_r_error_res_wapp_xmlver				; }
       
   177 RESOURCE TBUF r_error_res_wapp_outbound					{ buf=STRING_r_error_res_wapp_outbound				; }
       
   178 RESOURCE TBUF r_error_res_wapp_str_tab					{ buf=STRING_r_error_res_wapp_str_tab				; }
       
   179 RESOURCE TBUF r_error_res_wapp_eos						{ buf=STRING_r_error_res_wapp_eos					; }
       
   180 RESOURCE TBUF r_error_res_wapp_unexp_val				{ buf=STRING_r_error_res_wapp_unexp_val			; }
       
   181 RESOURCE TBUF r_error_res_wapp_no_att					{ buf=STRING_r_error_res_wapp_no_att				; }
       
   182 RESOURCE TBUF r_error_res_wapp_tag_miss					{ buf=STRING_r_error_res_wapp_tag_miss				; }
       
   183 RESOURCE TBUF r_error_res_wapp_store_notf				{ buf=STRING_r_error_res_wapp_store_notf			; }
       
   184 RESOURCE TBUF r_error_res_wapp_msg_unparsed				{ buf=STRING_r_error_res_wapp_msg_unparsed			; }
       
   185 RESOURCE TBUF r_error_res_wapp_unrecog					{ buf=STRING_r_error_res_wapp_unrecog				; }
       
   186 RESOURCE TBUF r_error_res_wapp_null_val					{ buf=STRING_r_error_res_wapp_null_val				 ; }
       
   187 RESOURCE TBUF r_error_res_wapp_content					{ buf=STRING_r_error_res_wapp_content				 ; }
       
   188 RESOURCE TBUF r_error_res_wapp_no_dbr					{ buf=STRING_r_error_res_wapp_no_dbr				; }
       
   189 RESOURCE TBUF r_error_res_wapp_not_sup					{ buf=STRING_r_error_res_wapp_not_sup				; }
       
   190 RESOURCE TBUF r_error_res_wapp_bad_mess					{ buf=STRING_r_error_res_wapp_bad_mess				; }
       
   191 RESOURCE TBUF r_error_res_wapp_no_term					{ buf=STRING_r_error_res_wapp_no_term				; }