ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
ae
nxsm_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 NXSM_ERRORS_H
15
#define NXSM_ERRORS_H
16
17
#include <
common/emh_const.h
>
18
#include <ae/libae_exports.h>
19
26
#define UB EMH_NXSM_error_base
27
31
#define NXSM_unknown UB+ 0
32
36
#define NXSM_mult_sessions UB+ 1
37
41
#define NXSM_init_ae UB+ 2
42
43
#define NXSM_file_not_found UB+ 3
44
48
#define NXSM_create_file UB+ 4
49
53
#define NXSM_exec_cmd UB+ 5
54
58
#define NXSM_init_ipc UB+ 6
59
63
#define NXSM_layer_invalid UB+ 7
64
68
#define NXSM_create_dataset UB+ 8
69
73
#define NXSM_create_datasetuif UB+ 9
74
78
#define NXSM_no_dataset UB+ 10
79
83
#define NXSM_get_refsets UB+ 11
84
88
#define NXSM_save_reflyr UB+ 12
89
93
#define NXSM_select_one UB+ 13
94
98
#define NXSM_select_some UB+ 14
99
103
#define NXSM_acs_error UB+ 15
104
108
#define NXSM_invalid_action UB+ 16
109
113
#define NX_startup_error UB+ 19
114
118
#define API_init_error UB+ 20
119
123
#define API_appdata_error UB+ 21
124
128
#define API_startup_error UB+ 22
129
133
#define API_not_supported UB+ 23
134
138
#define API_invalid_role UB+ 24
139
143
#define API_multiple_open UB+ 25
144
148
#define API_multiple_dwg UB+ 26
149
153
#define API_no_auto_login UB+ 27
154
158
#define PLOT_no_finddwg UB+ 30
159
163
#define PLOT_no_plotdwg UB+ 31
164
168
#define PLOT_no_plotlog UB+ 32
169
173
#define PLOT_paramfile_error UB+ 33
174
178
#define PLOT_no_findraw_dialog UB+ 34
179
180
//------------------------------------------------------------------------------
186
//------------------------------------------------------------------------------
188
#define NXMGR_invalid_dataset UB+ 41
189
191
#define NXMGR_invalid_dataset_version UB+ 42
192
194
#define NXMGR_invalid_revision UB+ 43
195
197
#define NXMGR_invalid_item UB+ 44
198
200
#define NXMGR_no_relations UB+ 45
201
203
#define NXMGR_no_mfk UB+ 46
204
206
#define NXMGR_no_revision UB+ 47
207
209
#define NXMGR_no_separator UB+ 48
210
212
#define NXMGR_unexpected_error UB+ 49
213
215
#define NXMGR_missing_parameter UB+ 50
216
218
#define NXMGR_missing_mfk UB+ 51
219
221
#define NXMGR_missing_revision UB+ 52
222
224
#define NXMGR_cli_short UB+ 53
225
227
#define NXMGR_no_cli_dataset_type_name UB+ 54
228
230
#define NXMGR_no_relation_type_name UB+ 55
231
//------------------------------------------------------------------------------
235
//------------------------------------------------------------------------------
236
237
238
239
#define NXSM_cannot_supp_mult_sessions NXSM_mult_sessions
240
#define NXSM_cannot_initialize_ae NXSM_init_ae
241
#define NXSM_cannot_create_file NXSM_create_file
242
#define NXSM_cannot_execute_command NXSM_exec_cmd
243
#define NXSM_cannot_initialize_ipc NXSM_init_ipc
244
247
#include <ae/libae_undef.h>
248
#endif