[#BloombergLP-bsls-BslSourceNameParserUtil-errorMessage] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/BslSourceNameParserUtil.adoc[BslSourceNameParserUtil]::errorMessage :relfileprefix: ../../../ :mrdocs: Return a static, brief English error message that describes the specified negative parsing `errorCode`. The behavior is undefined unless `errorCode < 0` and was returned by one of the parsing methods (of this utility) that states in its contract to use this method to get the description of an error code. == Synopsis Declared in `<bsls_bslsourcenameparserutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static char const* errorMessage(int errorCode); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#