|
1 /* |
|
2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 // BIO Messaging error text |
|
21 |
|
22 RESOURCE ARRAY r_error_res_bio_base_errors |
|
23 { |
|
24 items= |
|
25 { |
|
26 SINGLE_ERROR |
|
27 { |
|
28 text=r_error_res_bio_corrupt_message; // -500 |
|
29 }, |
|
30 SINGLE_ERROR |
|
31 { |
|
32 text=r_error_res_bio_corrupt_message; // -501 |
|
33 }, |
|
34 SINGLE_ERROR |
|
35 { |
|
36 text=r_error_res_bio_unknown_type; // -502 |
|
37 } |
|
38 }; |
|
39 } |
|
40 |
|
41 RESOURCE ARRAY r_error_res_bio_errors |
|
42 { |
|
43 items= |
|
44 { |
|
45 SINGLE_ERROR |
|
46 { |
|
47 text=r_error_res_bio_unknown_type; // -510 |
|
48 }, |
|
49 SINGLE_ERROR |
|
50 { |
|
51 text=r_error_res_bio_unknown_type; // -511 |
|
52 }, |
|
53 SINGLE_ERROR |
|
54 { |
|
55 text=r_error_res_bio_corrupt_message; // -512 |
|
56 }, |
|
57 SINGLE_ERROR |
|
58 { |
|
59 text=r_error_res_bio_unknown_protocol; // -513 |
|
60 }, |
|
61 SINGLE_ERROR |
|
62 { |
|
63 text=r_error_res_bio_corrupt_message; // -514 |
|
64 }, |
|
65 SINGLE_ERROR |
|
66 { |
|
67 text=r_error_res_bio_corrupt_message; // -515 |
|
68 }, |
|
69 SINGLE_ERROR |
|
70 { |
|
71 text=r_error_res_bio_corrupt_message; // -516 |
|
72 }, |
|
73 SINGLE_ERROR |
|
74 { |
|
75 text=r_error_res_bio_corrupt_message; // -517 |
|
76 }, |
|
77 SINGLE_ERROR |
|
78 { |
|
79 text=r_error_res_bio_unknown_iap; // -518 |
|
80 }, |
|
81 SINGLE_ERROR |
|
82 { |
|
83 text=r_error_res_bio_bad_script; // -519 |
|
84 }, |
|
85 SINGLE_ERROR |
|
86 { |
|
87 text=r_error_res_bio_bad_script; // -520 |
|
88 }, |
|
89 SINGLE_ERROR |
|
90 { |
|
91 text=r_error_res_bio_bad_script; // -521 |
|
92 } |
|
93 }; |
|
94 } |
|
95 |
|
96 RESOURCE ARRAY r_error_res_bio_wapp_errors |
|
97 { |
|
98 items= |
|
99 { |
|
100 SINGLE_ERROR |
|
101 { |
|
102 text=r_error_res_wapp_base; // -600 |
|
103 }, |
|
104 SINGLE_ERROR |
|
105 { |
|
106 text=r_error_res_wapp_xmlver; // -601 |
|
107 }, |
|
108 SINGLE_ERROR |
|
109 { |
|
110 text=r_error_res_wapp_outbound; // -602 |
|
111 }, |
|
112 SINGLE_ERROR |
|
113 { |
|
114 text=r_error_res_wapp_str_tab; // -603 |
|
115 }, |
|
116 SINGLE_ERROR |
|
117 { |
|
118 text=r_error_res_wapp_eos; // -604 |
|
119 }, |
|
120 SINGLE_ERROR |
|
121 { |
|
122 text=r_error_res_wapp_unexp_val; // -605 |
|
123 }, |
|
124 SINGLE_ERROR |
|
125 { |
|
126 text=r_error_res_wapp_no_att; // -606 |
|
127 }, |
|
128 SINGLE_ERROR |
|
129 { |
|
130 text=r_error_res_wapp_tag_miss; // -607 |
|
131 }, |
|
132 SINGLE_ERROR |
|
133 { |
|
134 text=r_error_res_wapp_store_notf; // -608 |
|
135 }, |
|
136 SINGLE_ERROR |
|
137 { |
|
138 text=r_error_res_wapp_msg_unparsed; // -609 |
|
139 }, |
|
140 SINGLE_ERROR |
|
141 { |
|
142 text=r_error_res_wapp_unrecog; // -610 |
|
143 }, |
|
144 SINGLE_ERROR |
|
145 { |
|
146 text=r_error_res_wapp_null_val; // -611 |
|
147 }, |
|
148 SINGLE_ERROR |
|
149 { |
|
150 text=r_error_res_wapp_content; // -612 |
|
151 }, |
|
152 SINGLE_ERROR |
|
153 { |
|
154 text=r_error_res_wapp_no_dbr; // -613 |
|
155 }, |
|
156 SINGLE_ERROR |
|
157 { |
|
158 text=r_error_res_wapp_not_sup; // -614 |
|
159 }, |
|
160 SINGLE_ERROR |
|
161 { |
|
162 text=r_error_res_wapp_bad_mess; // -615 |
|
163 }, |
|
164 SINGLE_ERROR |
|
165 { |
|
166 text=r_error_res_wapp_no_term; // -616 |
|
167 } |
|
168 }; |
|
169 } |
|
170 |
|
171 RESOURCE TBUF r_error_res_bio_unknown_type { buf=err_g_bio_unknown_type; } |
|
172 RESOURCE TBUF r_error_res_bio_corrupt_message { buf=err_g_bio_corrupt_message; } |
|
173 RESOURCE TBUF r_error_res_bio_unknown_protocol { buf=err_g_bio_unknown_protocol; } |
|
174 RESOURCE TBUF r_error_res_bio_unknown_iap { buf=err_g_bio_unknown_iap; } |
|
175 RESOURCE TBUF r_error_res_bio_bad_script { buf=err_g_bio_bad_script; } |
|
176 |
|
177 RESOURCE TBUF r_error_res_wapp_base { buf=err_g_wapp_base; } |
|
178 RESOURCE TBUF r_error_res_wapp_xmlver { buf=err_g_wapp_xmlver; } |
|
179 RESOURCE TBUF r_error_res_wapp_outbound { buf=err_g_wapp_outbound; } |
|
180 RESOURCE TBUF r_error_res_wapp_str_tab { buf=err_g_wapp_str_tab; } |
|
181 RESOURCE TBUF r_error_res_wapp_eos { buf=err_g_wapp_eos; } |
|
182 RESOURCE TBUF r_error_res_wapp_unexp_val { buf=err_g_wapp_unexp_val; } |
|
183 RESOURCE TBUF r_error_res_wapp_no_att { buf=err_g_wapp_no_att; } |
|
184 RESOURCE TBUF r_error_res_wapp_tag_miss { buf=err_g_wapp_tag_miss; } |
|
185 RESOURCE TBUF r_error_res_wapp_store_notf { buf=err_g_wapp_store_notf; } |
|
186 RESOURCE TBUF r_error_res_wapp_msg_unparsed { buf=err_g_wapp_msg_unparsed; } |
|
187 RESOURCE TBUF r_error_res_wapp_unrecog { buf=err_g_wapp_unrecog; } |
|
188 RESOURCE TBUF r_error_res_wapp_null_val { buf=err_g_wapp_null_val; } |
|
189 RESOURCE TBUF r_error_res_wapp_content { buf=err_g_wapp_content; } |
|
190 RESOURCE TBUF r_error_res_wapp_no_dbr { buf=err_g_wapp_no_dbr; } |
|
191 RESOURCE TBUF r_error_res_wapp_not_sup { buf=err_g_wapp_not_sup; } |
|
192 RESOURCE TBUF r_error_res_wapp_bad_mess { buf=err_g_wapp_bad_mess; } |
|
193 RESOURCE TBUF r_error_res_wapp_no_term { buf=err_g_wapp_no_term; } |
|
194 |
|
195 // End of File |