ITK Function Reference

(V10000.1.0.60_20160308.00)
ce_errors.h
Go to the documentation of this file.
1 // @<COPYRIGHT_START>@
2 // ==================================================
3 // Copyright 2007.
4 // Siemens Product Lifecycle Management Software Inc.
5 // All Rights Reserved.
6 // ==================================================
7 // @<COPYRIGHT_END>@
8 
9 
21 #ifndef CE_ERRORS_H
22 #define CE_ERRORS_H
23 
24 #ifndef EMH_CONST_H
25  #include <common/emh_const.h>
26 #endif
27 
28 #include <ce/libce_exports.h>
29 
36 #define CE_ERROR_BASE EMH_CE_error_base
37 
38 #define CE_init_error (CE_ERROR_BASE + 1)
39 #define CE_no_load_usersession_object (CE_ERROR_BASE + 2)
40 #define CE_no_type (CE_ERROR_BASE + 3)
41 #define CE_no_properties (CE_ERROR_BASE + 4)
42 #define CE_invalid_data_type (CE_ERROR_BASE + 5)
43 #define CE_data_type_not_supported (CE_ERROR_BASE + 6)
44 #define CE_argument_number_out_of_range (CE_ERROR_BASE + 7)
45 #define CE_invalid_argument_type (CE_ERROR_BASE + 8)
46 #define CE_invalid_global_operation (CE_ERROR_BASE + 9)
47 #define CE_data_type_mismatch (CE_ERROR_BASE + 10)
48 #define CE_invalid_condition_tag (CE_ERROR_BASE + 11)
49 #define CE_invalid_condition_parameter_tag (CE_ERROR_BASE + 12)
50 #define CE_no_rules_engine_error (CE_ERROR_BASE + 13)
51 #define CE_defmodule_not_found_error (CE_ERROR_BASE + 14)
52 #define CE_missing_parm_specifier (CE_ERROR_BASE + 15)
53 #define CE_missing_condition_name (CE_ERROR_BASE + 16)
54 #define CE_missing_input_file (CE_ERROR_BASE + 17)
55 #define CE_system_init_error (CE_ERROR_BASE + 18)
56 #define CE_init_text_services_error (CE_ERROR_BASE + 19)
57 #define CE_login_error (CE_ERROR_BASE + 20)
58 #define CE_invalid_input_values (CE_ERROR_BASE + 21)
59 #define CE_failed_ITK_exit_module (CE_ERROR_BASE + 22)
60 #define CE_unsupported_parameter_type (CE_ERROR_BASE + 23)
61 #define CE_type_does_not_exist (CE_ERROR_BASE + 24)
62 #define CE_deep_copy_rule_not_found (CE_ERROR_BASE + 25)
63 #define CE_condition_not_found (CE_ERROR_BASE + 26)
64 #define CE_invalid_object_operation (CE_ERROR_BASE + 27)
65 #define CE_missing_required_parameter (CE_ERROR_BASE + 28)
66 #define CE_no_admin_privilege (CE_ERROR_BASE + 29)
67 #define CE_file_not_found_error (CE_ERROR_BASE + 30)
68 #define CE_multi_CLIPS_rules_datasets_error (CE_ERROR_BASE + 31)
69 #define CE_CLIPS_dataset_checked_out_error (CE_ERROR_BASE + 32)
70 #define CE_cant_add_to_cache (CE_ERROR_BASE + 33)
71 #define CE_load_library_image_error (CE_ERROR_BASE + 34)
72 #define CE_find_symbol_in_image_error (CE_ERROR_BASE + 35)
73 #define CE_invalid_pattern (CE_ERROR_BASE + 36)
74 #define CE_invalid_operation_return_value (CE_ERROR_BASE + 37)
75 
79 #define CE_store_description_value (CE_ERROR_BASE + 38)
80 
82 #include <ce/libce_undef.h>
83 #endif