Home | Info | Community | Development | myReactOS | Contact Us
xmlErrorLevel:
Indicates the level of an error
Definition at line 24 of file xmlerror.h.
{ XML_ERR_NONE = 0, XML_ERR_WARNING = 1, /* A simple warning */ XML_ERR_ERROR = 2, /* A recoverable error */ XML_ERR_FATAL = 3 /* A fatal error */ } xmlErrorLevel;