ErrorClass enumeration (dbgmodel.h)

Defines the class of error which is being reported to the host.

Syntax

typedef enum ErrorClass {
  ErrorClassWarning,
  ErrorClassError
} ;

Constants

 
ErrorClassWarning
Warning
ErrorClassError
Error

Requirements

Requirement Value
Header dbgmodel.h

See also

Debugger Data Model C++ Overview