|
1 // Copyright (c) 2002-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 |
|
19 RESOURCE ARRAY r_error_res_bio_base_errors |
|
20 { |
|
21 items= |
|
22 { |
|
23 SINGLE_ERROR |
|
24 { |
|
25 text=r_error_res_bio_corrupt_message; // -500 |
|
26 }, |
|
27 SINGLE_ERROR |
|
28 { |
|
29 text=r_error_res_bio_corrupt_message; // -501 |
|
30 }, |
|
31 SINGLE_ERROR |
|
32 { |
|
33 text=r_error_res_bio_unknown_type; // -502 |
|
34 } |
|
35 }; |
|
36 } |
|
37 |
|
38 RESOURCE ARRAY r_error_res_bio_errors |
|
39 { |
|
40 items= |
|
41 { |
|
42 SINGLE_ERROR |
|
43 { |
|
44 text=r_error_res_bio_unknown_type; // -510 |
|
45 }, |
|
46 SINGLE_ERROR |
|
47 { |
|
48 text=r_error_res_bio_unknown_type; // -511 |
|
49 }, |
|
50 SINGLE_ERROR |
|
51 { |
|
52 text=r_error_res_bio_corrupt_message; // -512 |
|
53 }, |
|
54 SINGLE_ERROR |
|
55 { |
|
56 text=r_error_res_bio_unknown_protocol; // -513 |
|
57 }, |
|
58 SINGLE_ERROR |
|
59 { |
|
60 text=r_error_res_bio_corrupt_message; // -514 |
|
61 }, |
|
62 SINGLE_ERROR |
|
63 { |
|
64 text=r_error_res_bio_corrupt_message; // -515 |
|
65 }, |
|
66 SINGLE_ERROR |
|
67 { |
|
68 text=r_error_res_bio_corrupt_message; // -516 |
|
69 }, |
|
70 SINGLE_ERROR |
|
71 { |
|
72 text=r_error_res_bio_corrupt_message; // -517 |
|
73 }, |
|
74 SINGLE_ERROR |
|
75 { |
|
76 text=r_error_res_bio_unknown_iap; // -518 |
|
77 }, |
|
78 SINGLE_ERROR |
|
79 { |
|
80 text=r_error_res_bio_bad_script; // -519 |
|
81 }, |
|
82 SINGLE_ERROR |
|
83 { |
|
84 text=r_error_res_bio_bad_script; // -520 |
|
85 }, |
|
86 SINGLE_ERROR |
|
87 { |
|
88 text=r_error_res_bio_bad_script; // -521 |
|
89 } |
|
90 }; |
|
91 } |
|
92 |
|
93 RESOURCE ARRAY r_error_res_bio_wapp_errors |
|
94 { |
|
95 items= |
|
96 { |
|
97 SINGLE_ERROR |
|
98 { |
|
99 text=r_error_res_wapp_base; // -600 |
|
100 }, |
|
101 SINGLE_ERROR |
|
102 { |
|
103 text=r_error_res_wapp_xmlver; // -601 |
|
104 }, |
|
105 SINGLE_ERROR |
|
106 { |
|
107 text=r_error_res_wapp_outbound; // -602 |
|
108 }, |
|
109 SINGLE_ERROR |
|
110 { |
|
111 text=r_error_res_wapp_str_tab; // -603 |
|
112 }, |
|
113 SINGLE_ERROR |
|
114 { |
|
115 text=r_error_res_wapp_eos; // -604 |
|
116 }, |
|
117 SINGLE_ERROR |
|
118 { |
|
119 text=r_error_res_wapp_unexp_val; // -605 |
|
120 }, |
|
121 SINGLE_ERROR |
|
122 { |
|
123 text=r_error_res_wapp_no_att; // -606 |
|
124 }, |
|
125 SINGLE_ERROR |
|
126 { |
|
127 text=r_error_res_wapp_tag_miss; // -607 |
|
128 }, |
|
129 SINGLE_ERROR |
|
130 { |
|
131 text=r_error_res_wapp_store_notf; // -608 |
|
132 }, |
|
133 SINGLE_ERROR |
|
134 { |
|
135 text=r_error_res_wapp_msg_unparsed; // -609 |
|
136 }, |
|
137 SINGLE_ERROR |
|
138 { |
|
139 text=r_error_res_wapp_unrecog; // -610 |
|
140 }, |
|
141 SINGLE_ERROR |
|
142 { |
|
143 text=r_error_res_wapp_null_val; // -611 |
|
144 }, |
|
145 SINGLE_ERROR |
|
146 { |
|
147 text=r_error_res_wapp_content; // -612 |
|
148 }, |
|
149 SINGLE_ERROR |
|
150 { |
|
151 text=r_error_res_wapp_no_dbr; // -613 |
|
152 }, |
|
153 SINGLE_ERROR |
|
154 { |
|
155 text=r_error_res_wapp_not_sup; // -614 |
|
156 }, |
|
157 SINGLE_ERROR |
|
158 { |
|
159 text=r_error_res_wapp_bad_mess; // -615 |
|
160 }, |
|
161 SINGLE_ERROR |
|
162 { |
|
163 text=r_error_res_wapp_no_term; // -616 |
|
164 } |
|
165 }; |
|
166 } |
|
167 |
|
168 RESOURCE TBUF r_error_res_bio_unknown_type { buf=err_g_bio_unknown_type; } |
|
169 RESOURCE TBUF r_error_res_bio_corrupt_message { buf=err_g_bio_corrupt_message; } |
|
170 RESOURCE TBUF r_error_res_bio_unknown_protocol { buf=err_g_bio_unknown_protocol; } |
|
171 RESOURCE TBUF r_error_res_bio_unknown_iap { buf=err_g_bio_unknown_iap; } |
|
172 RESOURCE TBUF r_error_res_bio_bad_script { buf=err_g_bio_bad_script; } |
|
173 |
|
174 RESOURCE TBUF r_error_res_wapp_base { buf=err_g_wapp_base; } |
|
175 RESOURCE TBUF r_error_res_wapp_xmlver { buf=err_g_wapp_xmlver; } |
|
176 RESOURCE TBUF r_error_res_wapp_outbound { buf=err_g_wapp_outbound; } |
|
177 RESOURCE TBUF r_error_res_wapp_str_tab { buf=err_g_wapp_str_tab; } |
|
178 RESOURCE TBUF r_error_res_wapp_eos { buf=err_g_wapp_eos; } |
|
179 RESOURCE TBUF r_error_res_wapp_unexp_val { buf=err_g_wapp_unexp_val; } |
|
180 RESOURCE TBUF r_error_res_wapp_no_att { buf=err_g_wapp_no_att; } |
|
181 RESOURCE TBUF r_error_res_wapp_tag_miss { buf=err_g_wapp_tag_miss; } |
|
182 RESOURCE TBUF r_error_res_wapp_store_notf { buf=err_g_wapp_store_notf; } |
|
183 RESOURCE TBUF r_error_res_wapp_msg_unparsed { buf=err_g_wapp_msg_unparsed; } |
|
184 RESOURCE TBUF r_error_res_wapp_unrecog { buf=err_g_wapp_unrecog; } |
|
185 RESOURCE TBUF r_error_res_wapp_null_val { buf=err_g_wapp_null_val; } |
|
186 RESOURCE TBUF r_error_res_wapp_content { buf=err_g_wapp_content; } |
|
187 RESOURCE TBUF r_error_res_wapp_no_dbr { buf=err_g_wapp_no_dbr; } |
|
188 RESOURCE TBUF r_error_res_wapp_not_sup { buf=err_g_wapp_not_sup; } |
|
189 RESOURCE TBUF r_error_res_wapp_bad_mess { buf=err_g_wapp_bad_mess; } |
|
190 RESOURCE TBUF r_error_res_wapp_no_term { buf=err_g_wapp_no_term; } |
|
191 |
|
192 // End of File |