MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / ErrorDesc

Method ErrorDesc

lesson7-Detection/src/utils/tinyxml.h:1463–1463  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1461
1462 /// Contains a textual (english) description of the error if one occurs.
1463 const char * ErrorDesc() const { return errorDesc.c_str (); }
1464
1465 /** Generally, you probably want the error string ( ErrorDesc() ). But if you
1466 prefer the ErrorId, this function will fetch it.

Callers 1

loadXMLFunction · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected