[#BloombergLP-balxml-ErrorInfo-Severity-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/ErrorInfo.adoc[ErrorInfo]::Severity :relfileprefix: ../../../ :mrdocs: Severity level of a parser or decoder error. == Synopsis Declared in `<balxml_errorinfo.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum Severity; ---- == Members [cols="1,4"] |=== | 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`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#