MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / ErrorDesc

Method ErrorDesc

ogsr_engine/xrCore/XML_Parser/tinyxml.h:1374–1374  ·  view source on GitHub ↗

Contains a textual (english) description of the error if one occurs.

Source from the content-addressed store, hash-verified

1372
1373 /// Contains a textual (english) description of the error if one occurs.
1374 const char* ErrorDesc() const { return errorDesc.c_str(); }
1375
1376 /** Generally, you probably want the error string ( ErrorDesc() ). But if you
1377 prefer the ErrorId, this function will fetch it.

Callers 2

LoadMethod · 0.80
InitMethod · 0.80

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected