ITK Function Reference

(V10000.1.0.60_20160308.00)
tc_errors.h
Go to the documentation of this file.
1 /*==============================================================================
2  Copyright (c) 2003-2005 UGS Corporation
3  Unpublished - All Rights Reserved
4  ==============================================================================*/
5 
12 /* */
13 
14 #ifndef TC_ERRORS_H
15 #define TC_ERRORS_H
16 
17 #include <common/emh_const.h>
18 
25 #define TC_ERROR_BASE EMH_TC_error_base
26 
30 #define ITK_not_initialized (TC_ERROR_BASE + 1)
31 
35 #define ITK_auto_login_failed (TC_ERROR_BASE + 2)
36 
40 #define ITK_internal_error (TC_ERROR_BASE + 3)
41 
45 #define ITK_general_user_error (TC_ERROR_BASE + 4)
46 
50 #define ITK_wso_no_change (TC_ERROR_BASE + 5)
51 
55 #define ITK_duplicate_constructors (TC_ERROR_BASE + 6)
56 
60 #define ITK_invalid_flag (TC_ERROR_BASE + 7)
61 
65 #define ITK_invalid_name (TC_ERROR_BASE + 8)
66 
70 #define ITK_invalid_date (TC_ERROR_BASE + 9)
71 
75 #define ITK_duplicate_action (TC_ERROR_BASE +10)
76 
80 #define ITK_no_match_for_action (TC_ERROR_BASE +11)
81 
85 #define ITK_invalid_nulltag (TC_ERROR_BASE +12)
86 
90 #define ITK_old_am_function (TC_ERROR_BASE +13)
91 
95 #define ITK_no_acs_license (TC_ERROR_BASE +14)
96 
100 #define ITK_number_too_large (TC_ERROR_BASE +15)
101 
105 #define ITK_number_too_small (TC_ERROR_BASE +16)
106 
110 #define ITK_cannot_open_tc_text_file (TC_ERROR_BASE +17)
111 
115 #define ITK_web_cookie_auto_login_failed (TC_ERROR_BASE +18)
116 
120 #define ITK_parameter_invalid_value (TC_ERROR_BASE +19)
121 
125 #define ITK_Web_server_not_defined (TC_ERROR_BASE +20)
126 
130 #define ITK_non_login_timeout (TC_ERROR_BASE +21)
131 
135 #define ITK_serious_error (TC_ERROR_BASE +22)
136 
140 #define ITK_no_author_license (TC_ERROR_BASE +23)
141 
145 #define ITK_no_consumer_license (TC_ERROR_BASE +24)
146 
150 #define ITK_no_optional_module_license (TC_ERROR_BASE +25)
151 
155 #define ITK_no_concurrent_module_license (TC_ERROR_BASE +26)
156 
160 #define ITK_no_occasional_license (TC_ERROR_BASE +27)
161 #define ITK_no_viewer_license (TC_ERROR_BASE +28)
162 #define ITK_no_user_license (TC_ERROR_BASE +29)
163 
167 #define ITK_wrong_shared_library (TC_ERROR_BASE +30)
168 
172 #define ITK_replica_user_login_denied (TC_ERROR_BASE +31)
173 
177 #define CRF_too_many_objects (TC_ERROR_BASE +32)
178 
182 #define ITK_duplicate_license_server_name (TC_ERROR_BASE +33)
183 
187 #define ITK_duplicate_license_server_hostname_port (TC_ERROR_BASE +34)
188 
192 #define ITK_wrong_licensebundle_name_size (TC_ERROR_BASE +35)
193 
197 #define ITK_duplicate_licensebundles (TC_ERROR_BASE +36)
198 
202 #define ITK_no_module_license (TC_ERROR_BASE +37)
203 
207 #define ITK_mismatch_in_license_level (TC_ERROR_BASE +38)
208 
212 #define ITK_invalid_licensebundle_name (TC_ERROR_BASE +39)
213 
217 #define ITK_invalid_license_server_name (TC_ERROR_BASE +40)
218 
222 #define ITK_insufficient_licensebundles (TC_ERROR_BASE +41)
223 
227 #define ITK_license_not_present (TC_ERROR_BASE +42)
228 
232 #define ITK_no_admin_license (TC_ERROR_BASE +43)
233 
237 #define ITK_init_failed (TC_ERROR_BASE +44)
238 
240 #define ITK_invalid_version_format (TC_ERROR_BASE +45)
241 
244 #endif