RexxErrorCodes.h
Go to the documentation of this file.
1 /*----------------------------------------------------------------------------*/
2 /* */
3 /* Copyright (c) 1995, 2004 IBM Corporation. All rights reserved. */
4 /* Copyright (c) 2005-2009 Rexx Language Association. All rights reserved. */
5 /* */
6 /* This program and the accompanying materials are made available under */
7 /* the terms of the Common Public License v1.0 which accompanies this */
8 /* distribution. A copy is also available at the following address: */
9 /* http://www.oorexx.org/license.html */
10 /* */
11 /* Redistribution and use in source and binary forms, with or */
12 /* without modification, are permitted provided that the following */
13 /* conditions are met: */
14 /* */
15 /* Redistributions of source code must retain the above copyright */
16 /* notice, this list of conditions and the following disclaimer. */
17 /* Redistributions in binary form must reproduce the above copyright */
18 /* notice, this list of conditions and the following disclaimer in */
19 /* the documentation and/or other materials provided with the distribution. */
20 /* */
21 /* Neither the name of Rexx Language Association nor the names */
22 /* of its contributors may be used to endorse or promote products */
23 /* derived from this software without specific prior written permission. */
24 /* */
25 /* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS */
26 /* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT */
27 /* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS */
28 /* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT */
29 /* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, */
30 /* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED */
31 /* TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, */
32 /* OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY */
33 /* OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING */
34 /* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS */
35 /* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
36 /* */
37 /*----------------------------------------------------------------------------*/
38 /******************************************************************************/
39 /* REXX Support */
40 /* */
41 /* */
42 /* Error subcodes */
43 /* */
44 /* Note: The base codes are defined in document ANSI X3.274-1996 */
45 /* ANS for Information Technology - Programming Language REXX */
46 /* */
47 /* -- DO NOT CHANGE THIS FILE, ALL CHANGES WILL BE LOST! -- */
48 /* -- FILE WAS GENERATED BY genrxmsg -- */
49 /******************************************************************************/
50 
51 #ifndef RexxErrorCodes_INCLUDED
52 #define RexxErrorCodes_INCLUDED
53 
54 /* error subcodes and message numbers */
55 /* message identifier ----------------------------------- message number */
56 
57 #define Error_Program_unreadable 3000
58 #define Error_Program_unreadable_name 3001
59 #define Error_Program_unreadable_user_defined 3900
60 #define Error_Program_unreadable_notfound 3901
61 #define Error_Program_unreadable_output_error 3902
62 #define Error_Program_unreadable_version 3903
63 #define Error_Program_not_tokenized 3904
64 #define Error_Program_interrupted 4000
65 #define Error_Program_interrupted_condition 4001
66 #define Error_Program_interrupted_user_defined 4900
67 #define Error_System_resources 5000
68 #define Error_System_resources_user_defined 5900
69 #define Error_Unmatched_quote 6000
70 #define Error_Unmatched_quote_comment 6001
71 #define Error_Unmatched_quote_single 6002
72 #define Error_Unmatched_quote_double 6003
73 #define Error_Unmatched_quote_user_defined 6900
74 #define Error_When_expected 7000
75 #define Error_When_expected_when 7001
76 #define Error_When_expected_whenotherwise 7002
77 #define Error_When_expected_nootherwise 7003
78 #define Error_Unexpected_then 8000
79 #define Error_Unexpected_then_then 8001
80 #define Error_Unexpected_then_else 8002
81 #define Error_Unexpected_when 9000
82 #define Error_Unexpected_when_when 9001
83 #define Error_Unexpected_when_otherwise 9002
84 #define Error_Unexpected_end 10000
85 #define Error_Unexpected_end_nodo 10001
86 #define Error_Unexpected_end_control 10002
87 #define Error_Unexpected_end_nocontrol 10003
88 #define Error_Unexpected_end_then 10005
89 #define Error_Unexpected_end_else 10006
90 #define Error_Unexpected_end_select 10004
91 #define Error_Unexpected_end_select_nolabel 10007
92 #define Error_Control_stack 11000
93 #define Error_Control_stack_full 11001
94 #define Error_Control_stack_user_defined 11900
95 #define Error_Invalid_character 13000
96 #define Error_Invalid_character_char 13001
97 #define Error_Invalid_character_user_defined 13900
98 #define Error_Incomplete_do 14000
99 #define Error_Incomplete_do_do 14001
100 #define Error_Incomplete_do_select 14002
101 #define Error_Incomplete_do_then 14003
102 #define Error_Incomplete_do_else 14004
103 #define Error_Incomplete_do_otherwise 14901
104 #define Error_Incomplete_do_loop 14005
105 #define Error_Invalid_hex 15000
106 #define Error_Invalid_hex_hexblank 15001
107 #define Error_Invalid_hex_binblank 15002
108 #define Error_Invalid_hex_invhex 15003
109 #define Error_Invalid_hex_invbin 15004
110 #define Error_Label_not_found 16000
111 #define Error_Label_not_found_name 16001
112 #define Error_Unexpected_procedure 17000
113 #define Error_Unexpected_procedure_call 17001
114 #define Error_Unexpected_procedure_interpret 17901
115 #define Error_Then_expected 18000
116 #define Error_Then_expected_if 18001
117 #define Error_Then_expected_when 18002
118 #define Error_Symbol_or_string 19000
119 #define Error_Symbol_or_string_address 19001
120 #define Error_Symbol_or_string_call 19002
121 #define Error_Symbol_or_string_name 19003
122 #define Error_Symbol_or_string_signal 19004
123 #define Error_Symbol_or_string_stream 19912
124 #define Error_Symbol_or_string_trace 19006
125 #define Error_Symbol_or_string_parse 19007
126 #define Error_Symbol_or_string_user_defined 19900
127 #define Error_Symbol_or_string_class 19901
128 #define Error_Symbol_or_string_method 19902
129 #define Error_Symbol_or_string_routine 19903
130 #define Error_Symbol_or_string_requires 19904
131 #define Error_Symbol_or_string_external 19905
132 #define Error_Symbol_or_string_metaclass 19906
133 #define Error_Symbol_or_string_subclass 19907
134 #define Error_Symbol_or_string_inherit 19908
135 #define Error_Symbol_or_string_tilde 19909
136 #define Error_Symbol_or_string_colon 19911
137 #define Error_Symbol_or_string_mixinclass 19913
138 #define Error_Symbol_or_string_attribute 19914
139 #define Error_Symbol_or_string_constant 19915
140 #define Error_Symbol_or_string_constant_value 19916
141 #define Error_Symbol_or_string_digits_value 19917
142 #define Error_Symbol_or_string_fuzz_value 19918
143 #define Error_Symbol_or_string_trace_value 19919
144 #define Error_Symbol_expected 20000
145 #define Error_Symbol_expected_user_defined 20900
146 #define Error_Symbol_expected_drop 20901
147 #define Error_Symbol_expected_expose 20902
148 #define Error_Symbol_expected_parse 20903
149 #define Error_Symbol_expected_var 20904
150 #define Error_Symbol_expected_numeric 20905
151 #define Error_Symbol_expected_varref 20906
152 #define Error_Symbol_expected_leave 20907
153 #define Error_Symbol_expected_iterate 20908
154 #define Error_Symbol_expected_end 20909
155 #define Error_Symbol_expected_on 20911
156 #define Error_Symbol_expected_off 20912
157 #define Error_Symbol_expected_use 20913
158 #define Error_Symbol_expected_raise 20914
159 #define Error_Symbol_expected_user 20915
160 #define Error_Symbol_expected_directive 20916
161 #define Error_Symbol_expected_colon 20917
162 #define Error_Symbol_expected_LABEL 20918
163 #define Error_Symbol_expected_upper 20919
164 #define Error_Invalid_data 21000
165 #define Error_Invalid_data_user_defined 21900
166 #define Error_Invalid_data_nop 21901
167 #define Error_Invalid_data_select 21902
168 #define Error_Invalid_data_name 21903
169 #define Error_Invalid_data_condition 21904
170 #define Error_Invalid_data_signal 21905
171 #define Error_Invalid_data_trace 21906
172 #define Error_Invalid_data_leave 21907
173 #define Error_Invalid_data_iterate 21908
174 #define Error_Invalid_data_end 21909
175 #define Error_Invalid_data_form 21911
176 #define Error_Invalid_data_guard_off 21912
177 #define Error_Invalid_data_constant_dir 21913
178 #define Error_Invalid_character_string 22000
179 #define Error_Invalid_character_string_char 22001
180 #define Error_Invalid_character_string_DBCS 22901
181 #define Error_Invalid_character_string_user_defined 22900
182 #define Error_Invalid_data_string 23000
183 #define Error_Invalid_data_string_char 23001
184 #define Error_Invalid_data_string_user_defined 23900
185 #define Error_Invalid_trace 24000
186 #define Error_Invalid_trace_trace 24001
187 #define Error_Invalid_trace_debug 24901
188 #define Error_Invalid_subkeyword 25000
189 #define Error_Invalid_subkeyword_callon 25001
190 #define Error_Invalid_subkeyword_calloff 25002
191 #define Error_Invalid_subkeyword_signalon 25003
192 #define Error_Invalid_subkeyword_signaloff 25004
193 #define Error_Invalid_subkeyword_numeric 25015
194 #define Error_Invalid_subkeyword_form 25011
195 #define Error_Invalid_subkeyword_string_user_defined 25900
196 #define Error_Invalid_subkeyword_class 25901
197 #define Error_Invalid_subkeyword_method 25902
198 #define Error_Invalid_subkeyword_routine 25903
199 #define Error_Invalid_subkeyword_requires 25904
200 #define Error_Invalid_subkeyword_procedure 25017
201 #define Error_Invalid_subkeyword_callonname 25914
202 #define Error_Invalid_subkeyword_signalonname 25915
203 #define Error_Invalid_subkeyword_parse 25012
204 #define Error_Invalid_subkeyword_use 25905
205 #define Error_Invalid_subkeyword_raise 25906
206 #define Error_Invalid_subkeyword_raiseoption 25907
207 #define Error_Invalid_subkeyword_description 25908
208 #define Error_Invalid_subkeyword_additional 25909
209 #define Error_Invalid_subkeyword_result 25911
210 #define Error_Invalid_subkeyword_guard_on 25912
211 #define Error_Invalid_subkeyword_guard 25913
212 #define Error_Invalid_subkeyword_forward_option 25916
213 #define Error_Invalid_subkeyword_to 25917
214 #define Error_Invalid_subkeyword_arguments 25918
215 #define Error_Invalid_subkeyword_continue 25919
216 #define Error_Invalid_subkeyword_forward_class 25921
217 #define Error_Invalid_subkeyword_message 25922
218 #define Error_Invalid_subkeyword_select 25923
219 #define Error_Invalid_subkeyword_options 25924
220 #define Error_Invalid_subkeyword_attribute 25925
221 #define Error_Invalid_whole_number 26000
222 #define Error_Invalid_whole_number_power 26008
223 #define Error_Invalid_whole_number_repeat 26002
224 #define Error_Invalid_whole_number_for 26003
225 #define Error_Invalid_whole_number_parse 26004
226 #define Error_Invalid_whole_number_digits 26005
227 #define Error_Invalid_whole_number_fuzz 26006
228 #define Error_Invalid_whole_number_trace 26007
229 #define Error_Invalid_whole_number_intdiv 26011
230 #define Error_Invalid_whole_number_rem 26012
231 #define Error_Invalid_whole_number_method 26901
232 #define Error_Invalid_whole_number_user_defined 26900
233 #define Error_Invalid_whole_number_compareto 26902
234 #define Error_Invalid_whole_number_compare 26903
235 #define Error_Invalid_do 27000
236 #define Error_Invalid_do_whileuntil 27001
237 #define Error_Invalid_do_forever 27901
238 #define Error_Invalid_do_duplicate 27902
239 #define Error_Invalid_leave 28000
240 #define Error_Invalid_leave_leave 28001
241 #define Error_Invalid_leave_iterate 28002
242 #define Error_Invalid_leave_leavevar 28003
243 #define Error_Invalid_leave_iteratevar 28004
244 #define Error_Invalid_leave_iterate_name 28005
245 #define Error_Environment_name 29000
246 #define Error_Environment_name_name 29001
247 #define Error_Name_too_long 30000
248 #define Error_Name_too_long_name 30001
249 #define Error_Name_too_long_string 30002
250 #define Error_Name_too_long_user_defined 30900
251 #define Error_Name_too_long_hex 30901
252 #define Error_Name_too_long_bin 30902
253 #define Error_Invalid_variable 31000
254 #define Error_Invalid_variable_assign 31001
255 #define Error_Invalid_variable_number 31002
256 #define Error_Invalid_variable_period 31003
257 #define Error_Invalid_variable_user_defined 31900
258 #define Error_Expression_result 33000
259 #define Error_Expression_result_digits 33001
260 #define Error_Expression_result_maxdigits 33002
261 #define Error_Expression_user_defined 33900
262 #define Error_Expression_result_address 33901
263 #define Error_Expression_result_signal 33902
264 #define Error_Expression_result_trace 33903
265 #define Error_Expression_result_raise 33904
266 #define Error_Logical_value 34000
267 #define Error_Logical_value_if 34001
268 #define Error_Logical_value_when 34002
269 #define Error_Logical_value_while 34003
270 #define Error_Logical_value_until 34004
271 #define Error_Logical_value_logical 34005
272 #define Error_Logical_value_logical_list 34006
273 #define Error_Logical_value_user_defined 34900
274 #define Error_Logical_value_method 34901
275 #define Error_Logical_value_guard 34902
276 #define Error_Logical_value_authorization 34903
277 #define Error_Logical_value_property 34904
278 #define Error_Invalid_expression 35000
279 #define Error_Invalid_expression_general 35001
280 #define Error_Invalid_expression_user_defined 35900
281 #define Error_Invalid_expression_prefix 35901
282 #define Error_Invalid_expression_if 35902
283 #define Error_Invalid_expression_when 35903
284 #define Error_Invalid_expression_control 35904
285 #define Error_Invalid_expression_by 35905
286 #define Error_Invalid_expression_to 35906
287 #define Error_Invalid_expression_for 35907
288 #define Error_Invalid_expression_while 35908
289 #define Error_Invalid_expression_until 35909
290 #define Error_Invalid_expression_over 35911
291 #define Error_Invalid_expression_interpret 35912
292 #define Error_Invalid_expression_options 35913
293 #define Error_Invalid_expression_address 35914
294 #define Error_Invalid_expression_signal 35915
295 #define Error_Invalid_expression_trace 35916
296 #define Error_Invalid_expression_form 35917
297 #define Error_Invalid_expression_assign 35918
298 #define Error_Invalid_expression_operator 35919
299 #define Error_Invalid_expression_guard 35921
300 #define Error_Invalid_expression_raise_description 35922
301 #define Error_Invalid_expression_raise_additional 35923
302 #define Error_Invalid_expression_raise_list 35924
303 #define Error_Invalid_expression_forward_to 35925
304 #define Error_Invalid_expression_forward_arguments 35926
305 #define Error_Invalid_expression_forward_message 35927
306 #define Error_Invalid_expression_forward_class 35928
307 #define Error_Invalid_expression_logical_list 35929
308 #define Error_Invalid_expression_use_strict_default 35930
309 #define Error_Invalid_expression_parse 35931
310 #define Error_Invalid_expression_call 35932
311 #define Error_Invalid_expression_after_tilde 35933
312 #define Error_Invalid_expression_message_term 35934
313 #define Error_Unmatched_parenthesis 36000
314 #define Error_Unmatched_parenthesis_user_defined 36900
315 #define Error_Unmatched_parenthesis_paren 36901
316 #define Error_Unmatched_parenthesis_square 36902
317 #define Error_Unmatched_parenthesis_curly 36903
318 #define Error_Unexpected_comma 37000
319 #define Error_Unexpected_comma_comma 37001
320 #define Error_Unexpected_comma_paren 37002
321 #define Error_Unexpected_comma_user_defined 37900
322 #define Error_Unexpected_comma_bracket 37901
323 #define Error_Unexpected_curly_bracket 37902
324 #define Error_Invalid_template 38000
325 #define Error_Invalid_template_trigger 38001
326 #define Error_Invalid_template_position 38002
327 #define Error_Invalid_template_with 38003
328 #define Error_Invalid_template_user_defined 38900
329 #define Error_Invalid_template_missing 38901
330 #define Error_Evaluation_stack_overflow 39000
331 #define Error_Incorrect_call 40000
332 #define Error_Incorrect_call_external 40001
333 #define Error_Incorrect_call_result 40901
334 #define Error_Incorrect_call_minarg 40003
335 #define Error_Incorrect_call_maxarg 40004
336 #define Error_Incorrect_call_noarg 40005
337 #define Error_Incorrect_call_number 40011
338 #define Error_Incorrect_call_whole 40012
339 #define Error_Incorrect_call_nonnegative 40013
340 #define Error_Incorrect_call_positive 40014
341 #define Error_Incorrect_call_toobig 40902
342 #define Error_Incorrect_call_range 40903
343 #define Error_Incorrect_call_null 40021
344 #define Error_Incorrect_call_option 40022
345 #define Error_Incorrect_call_pad 40023
346 #define Error_Incorrect_call_binary 40024
347 #define Error_Incorrect_call_hex 40025
348 #define Error_Incorrect_call_symbol 40026
349 #define Error_Incorrect_call_list 40904
350 #define Error_Incorrect_call_trace 40905
351 #define Error_Incorrect_call_random 40033
352 #define Error_Incorrect_call_sourceline 40034
353 #define Error_Incorrect_call_x2d 40035
354 #define Error_Incorrect_call_format_invalid 40019
355 #define Error_Incorrect_call_invalid_conversion 40029
356 #define Error_Incorrect_call_user_defined 40900
357 #define Error_Incorrect_call_random_range 40032
358 #define Error_Incorrect_call_stream_name 40027
359 #define Error_Incorrect_call_array 40912
360 #define Error_Incorrect_call_nostring 40913
361 #define Error_Incorrect_call_selector 40914
362 #define Error_Incorrect_call_parm_wrong_sep 40043
363 #define Error_Incorrect_call_format_incomp_sep 40044
364 #define Error_Incorrect_call_queue_no_char 40915
365 #define Error_Incorrect_call_read_from_writeonly 40916
366 #define Error_Incorrect_call_write_to_readonly 40917
367 #define Error_Incorrect_call_signature 40918
368 #define Error_Incorrect_call_nostem 40919
369 #define Error_Conversion 41000
370 #define Error_Conversion_operator 41001
371 #define Error_Conversion_prefix 41003
372 #define Error_Conversion_exponent 41007
373 #define Error_Conversion_to 41004
374 #define Error_Conversion_by 41005
375 #define Error_Conversion_control 41006
376 #define Error_Conversion_user_defined 41900
377 #define Error_Conversion_raise 41901
378 #define Error_Overflow 42000
379 #define Error_Overflow_overflow 42001
380 #define Error_Overflow_underflow 42002
381 #define Error_Overflow_zero 42003
382 #define Error_Overflow_user_defined 42900
383 #define Error_Overflow_expoverflow 42901
384 #define Error_Overflow_expunderflow 42902
385 #define Error_Overflow_power 42903
386 #define Error_Routine_not_found 43000
387 #define Error_Routine_not_found_name 43001
388 #define Error_Routine_not_found_requires 43901
389 #define Error_Routine_not_found_user_defined 43900
390 #define Error_Function_no_data 44000
391 #define Error_Function_no_data_function 44001
392 #define Error_Function_no_data_user_defined 44900
393 #define Error_No_data_on_return 45000
394 #define Error_No_data_on_return_name 45001
395 #define Error_Variable_reference 46000
396 #define Error_Variable_reference_extra 46001
397 #define Error_Variable_reference_user_defined 46900
398 #define Error_Variable_reference_missing 46901
399 #define Error_Variable_reference_use 46902
400 #define Error_Unexpected_label 47000
401 #define Error_Unexpected_label_interpret 47001
402 #define Error_System_service 48000
403 #define Error_System_service_service 48001
404 #define Error_System_service_user_defined 48900
405 #define Error_Interpretation 49000
406 #define Error_Interpretation_initialization 49001
407 #define Error_Interpretation_user_defined 49900
408 #define Error_Simple_variable_symbol_expected 87000
409 #define Error_Skipped_variable_not_allowed_USE_NAMED 87001
410 #define Error_Variable_symbol_expected_USE_NAMED 87002
411 #define Error_Invalid_argument 88000
412 #define Error_Invalid_argument_user_defined 88900
413 #define Error_Invalid_argument_noarg 88901
414 #define Error_Invalid_argument_number 88902
415 #define Error_Invalid_argument_whole 88903
416 #define Error_Invalid_argument_nonnegative 88904
417 #define Error_Invalid_argument_positive 88905
418 #define Error_Invalid_argument_toobig 88906
419 #define Error_Invalid_argument_range 88907
420 #define Error_Invalid_argument_null 88908
421 #define Error_Invalid_argument_string 88909
422 #define Error_Invalid_argument_pad 88910
423 #define Error_Invalid_argument_length 88911
424 #define Error_Invalid_argument_position 88912
425 #define Error_Invalid_argument_noarray 88913
426 #define Error_Invalid_argument_noclass 88914
427 #define Error_Invalid_argument_argType 88915
428 #define Error_Invalid_argument_list 88916
429 #define Error_Invalid_argument_general 88917
430 #define Error_Invalid_argument_format 88918
431 #define Error_Invalid_argument_pointer 88919
432 #define Error_Invalid_argument_nostem 88920
433 #define Error_Invalid_argument_double 88921
434 #define Error_Invalid_argument_maxarg 88922
435 #define Error_Variable_expected 89000
436 #define Error_Variable_expected_USE 89001
437 #define Error_Variable_expected_PARSE 89002
438 #define Error_External_name_not_found 90000
439 #define Error_External_name_not_found_user_defined 90900
440 #define Error_External_name_not_found_class 90997
441 #define Error_External_name_not_found_method 90998
442 #define Error_External_name_not_found_routine 90999
443 #define Error_No_result_object 91000
444 #define Error_No_result_object_user_defined 91900
445 #define Error_No_result_object_message 91999
446 #define Error_OLE_Error 92000
447 #define Error_OLE_Error_user_defined 92900
448 #define Error_Unknown_OLE_Error 92901
449 #define Error_Variant2Rexx 92902
450 #define Error_Rexx2Variant 92903
451 #define Error_Argument_Count_Mismatch 92904
452 #define Error_Invalid_Variant 92905
453 #define Error_OLE_Exception 92906
454 #define Error_Unknown_OLE_Method 92907
455 #define Error_Coercion_Failed_Overflow 92908
456 #define Error_Coercion_Failed_Type_Mismatch 92909
457 #define Error_Parameter_Omitted 92910
458 #define Error_No_OLE_instance 92911
459 #define Error_Client_Disconnected_From_Server 92912
460 #define Error_Incorrect_method 93000
461 #define Error_Incorrect_method_user_defined 93900
462 #define Error_Incorrect_method_minarg 93901
463 #define Error_Incorrect_method_stream_type 93958
464 #define Error_Incorrect_method_maxarg 93902
465 #define Error_Incorrect_method_noarg 93903
466 #define Error_Incorrect_method_number 93904
467 #define Error_Incorrect_method_whole 93905
468 #define Error_Incorrect_method_nonnegative 93906
469 #define Error_Incorrect_method_positive 93907
470 #define Error_Incorrect_method_toobig 93908
471 #define Error_Incorrect_method_range 93909
472 #define Error_Incorrect_method_null 93911
473 #define Error_Incorrect_method_hex 93912
474 #define Error_Incorrect_method_symbol 93913
475 #define Error_Incorrect_method_list 93914
476 #define Error_Incorrect_method_option 93915
477 #define Error_Incorrect_method_string 93916
478 #define Error_Incorrect_method_methodname 93917
479 #define Error_Incorrect_method_index 93918
480 #define Error_Incorrect_method_array 93919
481 #define Error_Incorrect_method_binary 93921
482 #define Error_Incorrect_method_pad 93922
483 #define Error_Incorrect_method_length 93923
484 #define Error_Incorrect_method_position 93924
485 #define Error_Incorrect_method_minsub 93925
486 #define Error_Incorrect_method_maxsub 93926
487 #define Error_Incorrect_method_d2xd2c 93927
488 #define Error_Incorrect_method_d2x 93928
489 #define Error_Incorrect_method_d2c 93929
490 #define Error_Incorrect_method_hexblank 93931
491 #define Error_Incorrect_method_binblank 93932
492 #define Error_Incorrect_method_invhex 93933
493 #define Error_Incorrect_method_invbin 93934
494 #define Error_Incorrect_method_x2dbig 93935
495 #define Error_Incorrect_method_c2dbig 93936
496 #define Error_Incorrect_method_supplier 93937
497 #define Error_Incorrect_method_nostring 93938
498 #define Error_Incorrect_method_noarray 93939
499 #define Error_Incorrect_method_exponent_oversize 93941
500 #define Error_Incorrect_method_before_oversize 93942
501 #define Error_Incorrect_method_string_nonumber 93943
502 #define Error_Incorrect_method_nomessage 93944
503 #define Error_Incorrect_method_message_noarg 93945
504 #define Error_Incorrect_method_message 93946
505 #define Error_Incorrect_method_section 93947
506 #define Error_Incorrect_method_noclass 93948
507 #define Error_Incorrect_method_nomatch 93949
508 #define Error_Incorrect_method_time 93951
509 #define Error_Incorrect_method_no_method 93961
510 #define Error_Incorrect_method_argType 93953
511 #define Error_Incorrect_method_array_dimension 93954
512 #define Error_Incorrect_method_nostring_inarray 93952
513 #define Error_Incorrect_method_array_nostring 93956
514 #define Error_Incorrect_method_array_noclass 93957
515 #define Error_Incorrect_method_array_too_big 93959
516 #define Error_Incorrect_method_invbase64 93962
517 #define Error_Unsupported_method 93963
518 #define Error_Application_error 93964
519 #define Error_Incorrect_method_abstract 93965
520 #define Error_Incorrect_method_queue_index 93966
521 #define Error_Unsupported_new_method 93967
522 #define Error_Incorrect_method_signature 93968
523 #define Error_Incorrect_method_nostem 93969
524 #define Error_Unsupported_copy_method 93970
525 #define Error_Incorrect_method_multi_dimension 93971
526 #define Error_No_method 97000
527 #define Error_No_method_name 97001
528 #define Error_No_method_user_defined 97900
529 #define Error_Execution 98000
530 #define Error_Execution_user_defined 98900
531 #define Error_Execution_nodouble 98902
532 #define Error_Execution_library 98903
533 #define Error_Execution_terminate 98904
534 #define Error_Execution_deadlock 98905
535 #define Error_Execution_badobject 98906
536 #define Error_Execution_wrongobject 98907
537 #define Error_Execution_nometaclass 98908
538 #define Error_Execution_noclass 98909
539 #define Error_Execution_cyclic 98911
540 #define Error_Execution_noarray 98913
541 #define Error_Execution_nostring 98914
542 #define Error_Execution_message_reuse 98915
543 #define Error_Execution_message_error 98916
544 #define Error_Execution_raise_object 98917
545 #define Error_Execution_propagate 98918
546 #define Error_Execution_nomethod 98919
547 #define Error_Execution_reply 98935
548 #define Error_Execution_reply_return 98936
549 #define Error_Execution_reply_exit 98937
550 #define Error_Execution_super 98938
551 #define Error_Execution_syntax_additional 98939
552 #define Error_Execution_error_condition 98941
553 #define Error_Execution_mixinclass 98942
554 #define Error_Execution_baseclass 98943
555 #define Error_Execution_recursive_inherit 98944
556 #define Error_Execution_uninherit 98945
557 #define Error_Execution_forward_arguments 98946
558 #define Error_Execution_forward 98947
559 #define Error_Execution_authorization 98948
560 #define Error_Execution_no_concurrency 98951
561 #define Error_Execution_sparse_array 98975
562 #define Error_Execution_nostem 98976
563 #define Error_Execution_library_method 98978
564 #define Error_Execution_library_routine 98979
565 #define Error_Execution_native_routine 98980
566 #define Error_Execution_context_not_active 98981
567 #define Error_Execution_library_version 98982
568 #define Error_Execution_invalid_thread 98983
569 #define Error_Translation 99000
570 #define Error_Translation_user_defined 99900
571 #define Error_Translation_duplicate_class 99901
572 #define Error_Translation_duplicate_method 99902
573 #define Error_Translation_duplicate_routine 99903
574 #define Error_Translation_duplicate_requires 99904
575 #define Error_Translation_missing_class 99905
576 #define Error_Translation_bad_metaclass 99927
577 #define Error_Translation_expose 99907
578 #define Error_Translation_expose_interpret 99908
579 #define Error_Translation_guard 99909
580 #define Error_Translation_guard_guard 99911
581 #define Error_Translation_guard_interpret 99912
582 #define Error_Translation_guard_expose 99913
583 #define Error_Translation_directive_interpret 99914
584 #define Error_Translation_use_interpret 99915
585 #define Error_Translation_bad_directive 99916
586 #define Error_Translation_bad_external 99917
587 #define Error_Translation_use_comma 99918
588 #define Error_Translation_reply 99919
589 #define Error_Translation_invalid_line 99921
590 #define Error_Translation_requires 99922
591 #define Error_Translation_reply_interpret 99924
592 #define Error_Translation_forward_interpret 99923
593 #define Error_Translation_invalid_attribute 99925
594 #define Error_Translation_class_external_bad_parameters 99926
595 #define Error_Translation_class_external_bad_class_name 99928
596 #define Error_Translation_class_external_bad_class_server 99929
597 #define Error_Translation_use_strict_ellipsis 99930
598 #define Error_Translation_duplicate_attribute 99931
599 #define Error_Translation_duplicate_constant 99932
600 #define Error_Translation_abstract_method 99933
601 #define Error_Translation_attribute_method 99934
602 #define Error_Translation_external_attribute 99935
603 #define Error_Translation_external_method 99936
604 #define Error_Translation_body_error 99937
605 #define Error_Translation_constant_body 99938
606 #define Error_Translation_external_routine 99939
607 #define Error_Translation_abstract_attribute 99940
608 #define Error_at_line 101000
609 #define Message_Translations_error 101001
610 #define Message_Translations_running 101002
611 #define Message_Translations_line 101003
612 #define Message_Translations_debug_error 101004
613 #define Message_Translations_debug_prompt 101005
614 #define Message_Translations_January 101006
615 #define Message_Translations_February 101007
616 #define Message_Translations_March 101008
617 #define Message_Translations_April 101009
618 #define Message_Translations_May 101010
619 #define Message_Translations_June 101011
620 #define Message_Translations_July 101012
621 #define Message_Translations_August 101013
622 #define Message_Translations_September 101014
623 #define Message_Translations_October 101015
624 #define Message_Translations_November 101016
625 #define Message_Translations_December 101017
626 #define Message_Translations_routine_invocation 101018
627 #define Message_Translations_method_invocation 101019
628 #define Message_Translations_compiled_method_invocation 101020
629 #define Message_Translations_compiled_routine_invocation 101021
630 #define Message_Translations_no_source_available 101022
631 #define Message_Translations_internal_code 101023
632 #define Message_Translations_sourceless_method_invocation 101024
633 #define Message_Translations_sourceless_routine_invocation 101025
634 #define Message_Translations_sourceless_program_invocation 101026
635 #define Error_RXSUBC_general 999000
636 #define Error_RXSUBC_register 999001
637 #define Error_RXSUBC_drop 999002
638 #define Error_RXSUBC_load 999003
639 #define Error_RXQUE_notinit 999004
640 #define Error_RXQUE_size 999005
641 #define Error_RXQUE_nomem 999006
642 #define Error_RXQUE_name 999007
643 #define Error_RXQUE_access 999008
644 #define Error_RXQUE_exist 999010
645 #define Error_RXSUBC_query 999011
646 #define Error_REXXC_cmd_parm_incorrect 999012
647 #define Error_REXXC_outDifferent 999013
648 #define Error_REXXC_wrongNrArg 999014
649 #define Error_REXXC_SynCheckInfo 999015
650 #define Error_RXQUE_syntax 999016
651 #define Error_RXQUE_memfail 999017
652 #define Error_REXXC_wrongNrArg_unix 999018
653 
654 
655 #endif
656 
657 /* -------------------------------------------------------------------------- */
658 /* -- ================================================== -- */
659 /* -- DO NOT CHANGE THIS FILE, ALL CHANGES WILL BE LOST! -- */
660 /* -- ================================================== -- */
661 /* -------------------------------------------------------------------------- */