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

Method Error

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

If an error occurs, Error will be set to true. Also, - The ErrorId() will contain the integer identifier of the error (not generally useful) - The ErrorDesc() method will return the name of the error. (very useful) - The ErrorRow() and ErrorCol() will return the location of the error (if known) */

Source from the content-addressed store, hash-verified

1369 - The ErrorRow() and ErrorCol() will return the location of the error (if known)
1370 */
1371 bool Error() const { return error; }
1372
1373 /// Contains a textual (english) description of the error if one occurs.
1374 const char* ErrorDesc() const { return errorDesc.c_str(); }

Callers 2

LoadMethod · 0.80
InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected