ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
property
nr_errors.h
Go to the documentation of this file.
1
/*==============================================================================
2
Copyright (c) 2003-2005 UGS Corporation
3
Unpublished - All Rights Reserved
4
==============================================================================*/
5
15
/* */
16
17
#ifndef NR_ERRORS_H
18
#define NR_ERRORS_H
19
20
#ifndef EMH_CONST_H
21
#include <
common/emh_const.h
>
22
#endif
23
24
#include <property/libproperty_exports.h>
25
32
#define NR_ERROR_BASE EMH_NR_error_base
33
34
#define NR_initialize_failed (NR_ERROR_BASE + 1)
35
#define NR_invalid_case (NR_ERROR_BASE + 2)
36
#define NR_duplicate_rule (NR_ERROR_BASE + 3)
37
#define NR_duplicate_attach (NR_ERROR_BASE + 4)
38
#define NR_missing_rule (NR_ERROR_BASE + 5)
39
#define NR_not_matched (NR_ERROR_BASE + 6)
40
#define NR_never_matched (NR_ERROR_BASE + 7)
41
#define NR_undefined_prop (NR_ERROR_BASE + 8)
42
#define NR_invalid_sysvar (NR_ERROR_BASE + 9)
43
#define NR_invalid_esc (NR_ERROR_BASE + 10)
44
#define NR_missing_delimiter (NR_ERROR_BASE + 11)
45
#define NR_missing_variable (NR_ERROR_BASE + 12)
46
#define NR_not_string_var (NR_ERROR_BASE + 13)
47
#define NR_invalid_vartype (NR_ERROR_BASE + 14)
48
#define NR_invalid_pattern (NR_ERROR_BASE + 15)
49
#define NR_max_counter_value (NR_ERROR_BASE + 16)
50
#define NR_no_counters_found (NR_ERROR_BASE + 17)
51
#define NR_autogen_not_set (NR_ERROR_BASE + 18)
52
#define NR_duplicate_pattern (NR_ERROR_BASE + 19)
53
#define NR_cannot_set_autogen (NR_ERROR_BASE + 20)
54
#define NR_not_valid_pattern_for_autogen (NR_ERROR_BASE + 21)
55
#define NR_max_nesting (NR_ERROR_BASE + 22)
56
#define NR_rule_name_referenced (NR_ERROR_BASE + 23)
57
#define NR_invalid_init_or_max_value (NR_ERROR_BASE + 24)
58
#define NR_key_info (NR_ERROR_BASE + 25)
59
#define NR_out_of_range (NR_ERROR_BASE + 26)
60
#define NR_rev_exausted (NR_ERROR_BASE + 27)
61
#define NR_excluded_letters (NR_ERROR_BASE + 28)
62
#define NR_no_autogen (NR_ERROR_BASE + 29)
63
65
#define NR_invalid_rule_suffix (NR_ERROR_BASE + 30)
66
70
#define NR_invalid_prop_for_rev_nr (NR_ERROR_BASE + 31)
71
74
#include <property/libproperty_undef.h>
75
#endif
76