[#BloombergLP-balxml-ErrorInfo-setError-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/ErrorInfo.adoc[ErrorInfo]::setError :relfileprefix: ../../../ :mrdocs: Conditionally set this object's diagnostic from the specified values. == Synopsis Declared in `<balxml_errorinfo.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void setError( xref:BloombergLP/balxml/ErrorInfo/Severity-0f.adoc[Severity] severity, int lineNumber, int columnNumber, std::string_view const& source, std::string_view const& errorMsg); ---- == Description If the specified `severity` is greater than the current value of `this‐>severity()`, then set this object's severity to `severity`, line number to the specified `lineNumber`, column number to the specified `columnNumber`, source name to the specified `source`, and error message to the specified `errorMsg`, otherwise do nothing. == Parameters [cols="1,4"] |=== | Name| Description | *severity* | severity of the diagnostic | *lineNumber* | line number of the diagnostic | *columnNumber* | column number of the diagnostic | *source* | name of the document containing the diagnostic | *errorMsg* | description of the diagnostic |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#