MCPcopy Create free account
hub / github.com/JayXon/Leanify / GetErrorStr2

Function GetErrorStr2

lib/tinyxml2/tinyxml2.h:1719–1721  ·  view source on GitHub ↗

Return a possibly helpful secondary diagnostic location or string.

Source from the content-addressed store, hash-verified

1717 }
1718 /// Return a possibly helpful secondary diagnostic location or string.
1719 const char* GetErrorStr2() const {
1720 return _errorStr2;
1721 }
1722 /// If there is an error, print it to stdout.
1723 void PrintError() const;
1724

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected