ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
pom
enq
enq_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 ENQ_ERRORS_H
15
#define ENQ_ERRORS_H
16
23
#define ENQ_ok 0
24
#define ENQ_fail 1
25
#define ENQ_UNKNOWN_TYPE -1
26
#define ENQ_okToClearText 0
27
#define ENQ_doNotClearText 1
28
29
#include <
pom/pom/pom_errors.h
>
30
31
#define ENQ_ERROR_BASE ERROR_ENQ_base
32
#define ENQ_min_err_code ENQ_ERROR_BASE
33
47
#define ENQ_internal_error ENQ_ERROR_BASE + 1
48
56
#define ENQ_not_implemented ENQ_ERROR_BASE + 2
57
64
#define ENQ_not_initialised ENQ_ERROR_BASE + 3
65
66
#define ENQ_invalid_attribute ENQ_ERROR_BASE + 4
67
68
#define ENQ_invalid_class ENQ_ERROR_BASE + 7
69
70
#define ENQ_invalid_query ENQ_ERROR_BASE + 11
71
72
#define ENQ_invalid_set_expression ENQ_ERROR_BASE + 12
73
74
#define ENQ_invalid_expression ENQ_ERROR_BASE + 20
75
76
#define ENQ_invalid_value ENQ_ERROR_BASE + 21
77
83
#define ENQ_invalid_date ENQ_ERROR_BASE + 24
84
90
#define ENQ_out_of_memory (ENQ_ERROR_BASE + 27)
91
97
#define ENQ_timeout (ENQ_ERROR_BASE + 30)
98
104
#define ENQ_invalid_pseudo_calias (ENQ_ERROR_BASE + 33)
105
111
#define ENQ_invalid_pseudo_attr (ENQ_ERROR_BASE + 36)
112
113
#define ENQ_max_err_code ENQ_ERROR_BASE + 37
114
117
#endif
118