Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

lib
Enum ErrorReaction

   in debug.h

choices offered by the shared error dialog


Field Summary
ER_BREAK
          trigger breakpoint, i.
ER_CONTINUE = 1
          ignore, continue as if nothing happened.
ER_EXIT
          exit the program immediately.
ER_NOT_IMPLEMENTED
          special return value for the display_error app hook stub to indicate that it has done nothing and that the normal sys_display_error implementation should be called instead.
ER_SUPPRESS
          ignore and do not report again.
 

Field Detail

ER_BREAK

public ER_BREAK
trigger breakpoint, i.e. enter debugger. only returned if DE_MANUAL_BREAK was passed; otherwise, debug_display_error will trigger a breakpoint itself.

ER_CONTINUE

public ER_CONTINUE = 1
ignore, continue as if nothing happened. note: value doesn't start at 0 because that is interpreted as a DialogBoxParam failure.

ER_EXIT

public ER_EXIT
exit the program immediately. acted on by debug_display_error; never returned to caller.

ER_NOT_IMPLEMENTED

public ER_NOT_IMPLEMENTED
special return value for the display_error app hook stub to indicate that it has done nothing and that the normal sys_display_error implementation should be called instead. acted on by debug_display_error; never returned to caller.

ER_SUPPRESS

public ER_SUPPRESS
ignore and do not report again. note: non-persistent; only applicable during this program run. acted on by debug_display_error; never returned to caller.

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:13
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD