Main Page | Modules | Files | Functions | Code Elements | Data Structures | Deprecated

ae/nxsm_errors.h

Go to the documentation of this file.
00001 /*==============================================================================
00002                 Copyright (c) 2003-2005 UGS Corporation
00003                    Unpublished - All Rights Reserved
00004  ==============================================================================*/
00005 
00012 /*  */
00013 
00014 #ifndef NXSM_ERRORS_H
00015 #define NXSM_ERRORS_H
00016 
00017 #include <common/emh_const.h>
00018 #include <ae/libae_exports.h>
00019 
00026 #define UB                              EMH_NXSM_error_base
00027 
00031 #define NXSM_unknown                    UB+  0
00032 
00036 #define NXSM_mult_sessions              UB+  1
00037 
00041 #define NXSM_init_ae                    UB+  2
00042 
00043 #define NXSM_file_not_found             UB+  3
00044 
00048 #define NXSM_create_file                UB+  4
00049 
00053 #define NXSM_exec_cmd                   UB+  5
00054 
00058 #define NXSM_init_ipc                   UB+  6
00059 
00063 #define NXSM_layer_invalid              UB+  7
00064 
00068 #define NXSM_create_dataset             UB+  8
00069 
00073 #define NXSM_create_datasetuif          UB+  9
00074 
00078 #define NXSM_no_dataset                 UB+ 10
00079 
00083 #define NXSM_get_refsets                UB+ 11
00084 
00088 #define NXSM_save_reflyr                UB+ 12
00089 
00093 #define NXSM_select_one                 UB+ 13
00094 
00098 #define NXSM_select_some                UB+ 14
00099 
00103 #define NXSM_acs_error                  UB+ 15
00104 
00108 #define NXSM_invalid_action             UB+ 16
00109 
00113 #define NX_startup_error                UB+ 19
00114 
00118 #define API_init_error                  UB+ 20
00119 
00123 #define API_appdata_error               UB+ 21
00124 
00128 #define API_startup_error               UB+ 22
00129 
00133 #define API_not_supported               UB+ 23
00134 
00138 #define API_invalid_role                UB+ 24
00139 
00143 #define API_multiple_open               UB+ 25
00144 
00148 #define API_multiple_dwg                UB+ 26
00149 
00153 #define API_no_auto_login               UB+ 27
00154 
00158 #define PLOT_no_finddwg                 UB+ 30
00159 
00163 #define PLOT_no_plotdwg                 UB+ 31
00164 
00168 #define PLOT_no_plotlog                 UB+ 32
00169 
00173 #define PLOT_paramfile_error            UB+ 33
00174 
00178 #define PLOT_no_findraw_dialog          UB+ 34
00179 
00180 #define NXSM_cannot_supp_mult_sessions  NXSM_mult_sessions
00181 #define NXSM_cannot_initialize_ae       NXSM_init_ae
00182 #define NXSM_cannot_create_file         NXSM_create_file
00183 #define NXSM_cannot_execute_command     NXSM_exec_cmd
00184 #define NXSM_cannot_initialize_ipc      NXSM_init_ipc
00185 
00188 #include <ae/libae_undef.h>
00189 #endif