ITK Function Reference

(V10000.1.0.60_20160308.00)
emh_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 EMH_ERRORS_H
15 #define EMH_ERRORS_H
16 
17 #include <common/emh_const.h>
18 
26 #define EMH_MODEBLOCK (EMH_EMH_error_base + 1)
27 
29 #define EMH_NOMEMORY (EMH_EMH_error_base + 2)
30 
32 #define EMH_NODESERR (EMH_EMH_error_base + 3)
33 
35 #define EMH_NOERRORS ERROR_ERRORSTORE_NOERRORS
36 
38 #define EMH_SBNOTFOUND (EMH_EMH_error_base + 5)
39 
41 #define EMH_TOOMANYARGS (EMH_EMH_error_base + 6)
42 
44 #define EMH_NOEBLOCK (EMH_EMH_error_base + 7)
45 
47 #define EMH_NO_ERROR (EMH_EMH_error_base + 8)
48 
50 #define EMH_INV_TAG (EMH_EMH_error_base + 9)
51 
55 #define EMH_GENERIC_ERROR (EMH_EMH_error_base + 10)
56 
60 #define EMH_AOS_LIMIT_TOO_BIG (EMH_EMH_error_base + 11)
61 
71 #define EMH_AOS_EMPTY_STACK (EMH_EMH_error_base + 20)
72 
75 #endif