Severity level of a parser or decoder error.
Synopsis
Declared in <balxml_errorinfo.h>
enum Severity;
Members
Name |
Description |
|
No error occurred. |
|
A warning that does not stop processing. |
|
An error that may allow processing to continue. |
|
A fatal error that stops processing. |
|
Deprecated alias for |
|
Deprecated alias for |
|
Deprecated alias for |
|
Deprecated alias for |
Created with MrDocs