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

Method SetError

lib/tinyxml2/tinyxml2.cpp:1927–1933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1925
1926
1927void XMLDocument::SetError( XMLError error, const char* str1, const char* str2 )
1928{
1929 TIXMLASSERT( error >= 0 && error < XML_ERROR_COUNT );
1930 _errorID = error;
1931 _errorStr1 = str1;
1932 _errorStr2 = str2;
1933}
1934
1935const char* XMLDocument::ErrorName() const
1936{

Callers 2

ParseDeepMethod · 0.80
ParseAttributesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected