ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
itk
te_errors.h
Go to the documentation of this file.
1
/*==============================================================================
2
Copyright (c) 2003-2005 UGS Corporation
3
Unpublished - All Rights Reserved
4
==============================================================================*/
5
6
/* */
7
8
#ifndef TE_ERRORS_H
9
#define TE_ERRORS_H
10
11
#include <
common/emh_const.h
>
12
#include <itk/libitk_exports.h>
13
20
#define TE_initialize_failed (EMH_TE_error_base + 1)
21
#define TE_PS_initialize_failed (EMH_TE_error_base + 2)
22
#define TE_file_could_not_be_opened (EMH_TE_error_base + 3)
23
#define TE_current_node_not_set (EMH_TE_error_base + 4)
24
#define TE_could_not_write_to_file (EMH_TE_error_base + 5)
25
26
#define TE_implementation_not_done (EMH_TE_error_base + 10)
27
#define TE_set_null_value (EMH_TE_error_base + 11)
28
#define TE_could_not_find_sp_item (EMH_TE_error_base + 12)
29
#define TE_could_not_find_sp_item_rev (EMH_TE_error_base + 13)
30
#define TE_bad_return_status (EMH_TE_error_base + 14)
31
#define TE_return_status_stop (EMH_TE_error_base + 15)
32
33
#define TE_node_selector_not_set (EMH_TE_error_base + 20)
34
#define TE_rt_entry_handler_not_set (EMH_TE_error_base + 21)
35
#define TE_rt_exit_handler_not_set (EMH_TE_error_base + 22)
36
#define TE_at_node_handler_not_set (EMH_TE_error_base + 23)
37
#define TE_reg_handler_not_set (EMH_TE_error_base + 24)
38
#define TE_fw_entry_handler_not_set (EMH_TE_error_base + 25)
39
#define TE_fw_exit_handler_not_set (EMH_TE_error_base + 26)
40
#define TE_rv_entry_handler_not_set (EMH_TE_error_base + 27)
41
#define TE_rv_exit_handler_not_set (EMH_TE_error_base + 28)
42
43
#define TE_key_cannot_be_null (EMH_TE_error_base + 30)
44
45
#define TE_viewtype_notfound (EMH_TE_error_base + 40)
46
#define TE_revrule_notfound (EMH_TE_error_base + 41)
47
#define TE_entry_not_found_inconfig (EMH_TE_error_base + 42)
48
#define TE_multiple_saved_variants (EMH_TE_error_base + 43)
49
#define TE_variant_not_right_type (EMH_TE_error_base + 44)
50
#define TE_variant_not_found (EMH_TE_error_base + 45)
51
#define TE_itemrev_no_bvr_attached (EMH_TE_error_base + 46)
52
55
#include <itk/libitk_undef.h>
56
#endif
57