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

Method ErrorName

lib/tinyxml2/tinyxml2.cpp:1935–1939  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1933}
1934
1935const char* XMLDocument::ErrorName() const
1936{
1937 TIXMLASSERT( _errorID >= 0 && _errorID < XML_ERROR_COUNT );
1938 return _errorNames[_errorID];
1939}
1940
1941void XMLDocument::PrintError() const
1942{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected