ITK Function Reference

(V10000.1.0.60_20160308.00)
dispatcher_errors.h
Go to the documentation of this file.
1 // Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
2 // ==================================================
3 // Copyright 2008.
4 // Siemens Product Lifecycle Management Software Inc.
5 // All Rights Reserved.
6 // ==================================================
7 // Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
8 
15 #ifndef DISPATCHER_ERRORS_H
16 #define DISPATCHER_ERRORS_H
17 
18 #include <tc/tc_errors.h>
19 
20 #ifndef EMH_CONST_H
21  #include <common/emh_const.h>
22 #endif
23 
24 #define DISPATCHER_ok 0
25 
26 /* DEPRECATED ETS ERRORS ====================================================== */
27 /* The following errors are being deprecated and will not be available Teamcenter
28  * 10. Please refer to the DISPATCHER errors below when referencing valid error numbers.
29  */
30 
34 #define ETS_bad_parameter (DISPATCHER_ERROR_bad_parameter)
35 
39 #define ETS_out_of_memory (DISPATCHER_ERROR_out_of_memory)
40 
44 #define ETS_inconsistent_status_ifail (EMH_DISPATCHER_error_base + 982)
45 
49 #define ETS_no_request_for_tag (EMH_DISPATCHER_error_base + 983)
50 
54 #define ETS_request_blank_state (EMH_DISPATCHER_error_base + 984)
55 
59 #define ETS_request_task_id_already_set (EMH_DISPATCHER_error_base + 985)
60 
64 #define ETS_request_object_not_local (EMH_DISPATCHER_error_base + 986)
65 
69 #define ETS_create_request_duplicate_primary_obj (EMH_DISPATCHER_error_base + 987)
70 
74 #define ETS_request_initialize_failed (EMH_DISPATCHER_error_base + 988)
75 
79 #define ETS_request_trigger_too_long (EMH_DISPATCHER_error_base + 989)
80 
84 #define ETS_request_trans_arg_null (EMH_DISPATCHER_error_base + 990)
85 
89 #define ETS_request_trans_arg_too_short (EMH_DISPATCHER_error_base + 991)
90 
94 #define ETS_request_trans_arg_too_long (EMH_DISPATCHER_error_base + 992)
95 
99 #define ETS_request_trans_arg_bad_format (EMH_DISPATCHER_error_base + 993)
100 
104 #define ETS_request_trans_arg_null_ue (EMH_DISPATCHER_error_base + 994)
105 
109 #define ETS_request_trans_arg_too_short_ue (EMH_DISPATCHER_error_base + 995)
110 
114 #define ETS_request_trans_arg_too_long_ue (EMH_DISPATCHER_error_base + 996)
115 
119 #define ETS_request_trans_arg_bad_format_ue (EMH_DISPATCHER_error_base + 997)
120 
124 #define ETS_set_bypass_failed (EMH_DISPATCHER_error_base + 998)
125 
129 #define ETS_clear_bypass_failed (EMH_DISPATCHER_error_base + 999)
130 
131 /* GENERAL DISPATCHER ERRORS =============================================== */
132 
136 #define DISPATCHER_ERROR_bad_parameter (EMH_DISPATCHER_error_base + 1)
137 
141 #define DISPATCHER_ERROR_out_of_memory (EMH_DISPATCHER_error_base + 2)
142 
146 #define DISPATCHER_ERROR_create_instance_failed (EMH_DISPATCHER_error_base + 3)
147 
151 #define DISPATCHER_ERROR_unable_to_create_imanfile (EMH_DISPATCHER_error_base + 4)
152 
156 #define DISPATCHER_ERROR_no_file_found_for_key (EMH_DISPATCHER_error_base + 5)
157 
161 #define DISPATCHER_ERROR_invalid_request_tag (EMH_DISPATCHER_error_base + 6)
162 
166 #define DISPATCHER_ERROR_key_already_exist (EMH_DISPATCHER_error_base + 7)
167 
171 #define DISPATCHER_ERROR_state_unmatched (EMH_DISPATCHER_error_base + 8)
172 
173 #endif /* DISPATCHER_ERRORS_H */