ITK Function Reference

(V10000.1.0.60_20160308.00)
Macros

Macros

#define EMH_AOS_EMPTY_STACK   (EMH_EMH_error_base + 20)
 
#define EMH_AOS_LIMIT_TOO_BIG   (EMH_EMH_error_base + 11)
 
#define EMH_GENERIC_ERROR   (EMH_EMH_error_base + 10)
 
#define EMH_INV_TAG   (EMH_EMH_error_base + 9)
 
#define EMH_MODEBLOCK   (EMH_EMH_error_base + 1)
 
#define EMH_NO_ERROR   (EMH_EMH_error_base + 8)
 
#define EMH_NODESERR   (EMH_EMH_error_base + 3)
 
#define EMH_NOEBLOCK   (EMH_EMH_error_base + 7)
 
#define EMH_NOERRORS   ERROR_ERRORSTORE_NOERRORS
 
#define EMH_NOMEMORY   (EMH_EMH_error_base + 2)
 
#define EMH_SBNOTFOUND   (EMH_EMH_error_base + 5)
 
#define EMH_TOOMANYARGS   (EMH_EMH_error_base + 6)
 

Detailed Description

Macro Definition Documentation

#define EMH_AOS_EMPTY_STACK   (EMH_EMH_error_base + 20)

Used by AOS to mark the stack to catch people who go return ERROR_store_ask_last_ifail() without justification

Definition at line 71 of file emh_errors.h.

#define EMH_AOS_LIMIT_TOO_BIG   (EMH_EMH_error_base + 11)

Definition at line 60 of file emh_errors.h.

#define EMH_GENERIC_ERROR   (EMH_EMH_error_base + 10)

Definition at line 55 of file emh_errors.h.

#define EMH_INV_TAG   (EMH_EMH_error_base + 9)

Invalid tag

Definition at line 50 of file emh_errors.h.

#define EMH_MODEBLOCK   (EMH_EMH_error_base + 1)

Tried to modify error chain

Definition at line 26 of file emh_errors.h.

#define EMH_NO_ERROR   (EMH_EMH_error_base + 8)

No error has been set

Definition at line 47 of file emh_errors.h.

#define EMH_NODESERR   (EMH_EMH_error_base + 3)

Can't destroy error block

Definition at line 32 of file emh_errors.h.

#define EMH_NOEBLOCK   (EMH_EMH_error_base + 7)

No error blocks available

Definition at line 44 of file emh_errors.h.

#define EMH_NOERRORS   ERROR_ERRORSTORE_NOERRORS

Error list is NULL

Definition at line 35 of file emh_errors.h.

#define EMH_NOMEMORY   (EMH_EMH_error_base + 2)

Out of memory

Definition at line 29 of file emh_errors.h.

#define EMH_SBNOTFOUND   (EMH_EMH_error_base + 5)

Status block not found

Definition at line 38 of file emh_errors.h.

#define EMH_TOOMANYARGS   (EMH_EMH_error_base + 6)

Too many arguments

Definition at line 41 of file emh_errors.h.