eErrType

Parent Previous Next

///////////////////////////////////////////////////////////////////////////////////////////////////

// enum eErrType


[helpstring("DREAM error message types")]

typedef enum eErrType

{

 [helpstring("No error - just information")]

 eTypeNone,


 [helpstring("No error - just a warning")]

 eTypeWarning,


 [helpstring("An error")]

 eTypeError

} eErrType;