Severity level of a parser or decoder error.
Declared in <balxml_errorinfo.h>
enum Severity;
| Name | Description |
|---|---|
e_NO_ERROR | No error occurred. |
e_WARNING | A warning that does not stop processing. |
e_ERROR | An error that may allow processing to continue. |
e_FATAL_ERROR | A fatal error that stops processing. |
BAEXML_NO_ERROR | Deprecated alias for e_NO_ERROR. |
BAEXML_WARNING | Deprecated alias for e_WARNING. |
BAEXML_ERROR | Deprecated alias for e_ERROR. |
BAEXML_FATAL_ERROR | Deprecated alias for e_FATAL_ERROR. |