ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
tc
tcid_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 TCID_ERRORS_H
15
#define TCID_ERRORS_H
16
17
#include <
common/emh_const.h
>
18
25
#define TCID_ERROR_BASE EMH_ID_error_base
26
27
#define TCID_start_sequence_null (TCID_ERROR_BASE + 1)
28
#define TCID_sequence_out_of_range (TCID_ERROR_BASE + 2)
29
#define TCID_wrong_sequence (TCID_ERROR_BASE + 3)
30
#define TCID_sequence_overflow (TCID_ERROR_BASE + 4)
31
#define TCID_bad_start_value (TCID_ERROR_BASE + 5)
32
#define TCID_mixed_case (TCID_ERROR_BASE + 6)
33
#define TCID_unable_to_save (TCID_ERROR_BASE + 7)
34
#define TCID_unable_to_create (TCID_ERROR_BASE + 8)
35
#define TCID_unable_to_assign_digits (TCID_ERROR_BASE + 9)
36
#define TCID_unable_to_destroy (TCID_ERROR_BASE + 10)
37
40
#endif