ITK Function Reference

(V10000.1.0.60_20160308.00)
soabusinessmodeler_errors.h
Go to the documentation of this file.
1 /* =================================================================================================
2  Copyright (c) 1999,2000,2001,2003 Unigraphics Solutions Inc., An EDS Company
3  Unpublished - All rights reserved
4 
5  THIS PROGRAM IS AN UNPUBLISHED WORK FULLY PROTECTED BY THE UNITED STATES
6  COPYRIGHT LAWS AND IS CONSIDERED A TRADE SECRET BELONGING TO THE COPYRIGHT
7  HOLDER.
8 ====================================================================================================*/
9 
18 #ifndef SOABUSINESSMODELER_ERRORS_H
19 #define SOABUSINESSMODELER_ERRORS_H
20 
21 #include <common/emh_const.h>
22 
30 //#define SOABUSINESSMODELER_bad_username (EMH_SOABUSINESSMODELER_error_base + 0)
31 
32 /*
33  * Error messages for importDataModel SOA
34  */
35 #define SOABUSINESSMODELER_bmide_processtemplates_not_found (EMH_SOABUSINESSMODELER_error_base + 1)
36 
37 #define SOABUSINESSMODELER_tcdata_not_defined (EMH_SOABUSINESSMODELER_error_base + 2)
38 
39 #define SOABUSINESSMODELER_deltaxml_does_not_exist (EMH_SOABUSINESSMODELER_error_base + 3)
40 
41 #define SOABUSINESSMODELER_upgrade_not_allowed (EMH_SOABUSINESSMODELER_error_base + 4)
42 
43 #define SOABUSINESSMODELER_install_mode_not_allowed (EMH_SOABUSINESSMODELER_error_base + 5)
44 
45 #define SOABUSINESSMODELER_file_does_not_exist (EMH_SOABUSINESSMODELER_error_base + 6)
46 
47 #define SOABUSINESSMODELER_extract_data_model_failed (EMH_SOABUSINESSMODELER_error_base + 7)
48 
49 #define SOABUSINESSMODELER_bmide_setupknowledgebase_not_found (EMH_SOABUSINESSMODELER_error_base + 8)
50 
51 #define SOABUSINESSMODELER_CLIPS_dataset_upload_failed (EMH_SOABUSINESSMODELER_error_base + 9)
52 
53 #define SOABUSINESSMODELER_invalid_deploy_option (EMH_SOABUSINESSMODELER_error_base + 10)
54 
55 #define SOABUSINESSMODELER_dependency_files_not_found (EMH_SOABUSINESSMODELER_error_base + 11)
56 
57 #define SOABUSINESSMODELER_directory_does_not_exist (EMH_SOABUSINESSMODELER_error_base + 12)
58 
59 #define SOABUSINESSMODELER_invalid_deployment_file_type (EMH_SOABUSINESSMODELER_error_base + 13)
60 
61 #define SOABUSINESSMODELER_deployment_inputs_error (EMH_SOABUSINESSMODELER_error_base + 14)
62 
63 #define SOABUSINESSMODELER_delta_langxml_does_not_exist (EMH_SOABUSINESSMODELER_error_base + 15)
64 
65 #define SOABUSINESSMODELER_template_does_not_exist (EMH_SOABUSINESSMODELER_error_base + 16)
66 
67 #define SOABUSINESSMODELER_deployment_lock_in_effect (EMH_SOABUSINESSMODELER_error_base + 17)
68 
69 #define SOABUSINESSMODELER_ops_data_deploy_not_allowed (EMH_SOABUSINESSMODELER_error_base + 18)
70 
71 #define SOABUSINESSMODELER_process_tmplt_manage_template_failed (EMH_SOABUSINESSMODELER_error_base + 19)
72 
73 #define SOABUSINESSMODELER_process_tmplt_getsiteinfo_failed (EMH_SOABUSINESSMODELER_error_base + 20)
74 
75 #define SOABUSINESSMODELER_process_tmplt_outofsync_incorp (EMH_SOABUSINESSMODELER_error_base + 21)
76 
77 #define SOABUSINESSMODELER_process_tmplt_outofsync_synch (EMH_SOABUSINESSMODELER_error_base + 22)
78 
79 #define SOABUSINESSMODELER_process_tmplt_locale_check (EMH_SOABUSINESSMODELER_error_base + 23)
80 
81 #define SOABUSINESSMODELER_process_tmplt_ops_pref_failed (EMH_SOABUSINESSMODELER_error_base + 24)
82 
83 #define SOABUSINESSMODELER_process_tmplt_delta_load_fail (EMH_SOABUSINESSMODELER_error_base + 25)
84 
85 #define SOABUSINESSMODELER_process_tmplt_delta_not_valid (EMH_SOABUSINESSMODELER_error_base + 26)
86 
87 #define SOABUSINESSMODELER_process_tmplt_pref_fetch_fail (EMH_SOABUSINESSMODELER_error_base + 27)
88 
89 #define SOABUSINESSMODELER_process_tmplt_encoding_check (EMH_SOABUSINESSMODELER_error_base + 28)
90 
91 #define SOABUSINESSMODELER_process_tmplt_encoding_reading_fail (EMH_SOABUSINESSMODELER_error_base + 29)
92 
93 #define SOABUSINESSMODELER_unknown_error (EMH_SOABUSINESSMODELER_error_base + 30)
94 
95 #define SOABUSINESSMODELER_cannot_parse_xml_file (EMH_SOABUSINESSMODELER_error_base + 31)
96 
97 #define SOABUSINESSMODELER_dependent_template_not_deployed (EMH_SOABUSINESSMODELER_error_base + 32)
98 
99 /*
100  * An error has occurred while adding the entries to the master file.
101  */
102 #define SOABUSINESSMODELER_add_entries_to_master_file_failed (EMH_SOABUSINESSMODELER_error_base + 33)
103 
104 /*
105  * An error has occurred while creating the backup of the file "model.xml".
106  */
107 #define SOABUSINESSMODELER_create_backup_of_model_failed (EMH_SOABUSINESSMODELER_error_base + 34)
108 
109 /*
110  * An error has occurred while creating the backup of the file "model_lang.xml".
111  */
112 #define SOABUSINESSMODELER_create_backup_of_model_lang_failed (EMH_SOABUSINESSMODELER_error_base + 35)
113 
114 /*
115  * An error has occurred while consolidating the templates from the master file into the file "model.xml".
116  */
117 #define SOABUSINESSMODELER_consolidation_to_model_failed (EMH_SOABUSINESSMODELER_error_base + 36)
118 
119 /*
120  * An error has occurred while consolidating the localization files into the file "model_lang.xml".
121  */
122 #define SOABUSINESSMODELER_consolidation_to_model_lang_failed (EMH_SOABUSINESSMODELER_error_base + 37)
123 
126 #endif
127