MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / getErrorDesc

Method getErrorDesc

Engine/source/console/SimXMLDocument.cpp:309–316  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Get error description of XML document. -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

307// Get error description of XML document.
308// -----------------------------------------------------------------------------
309const char* SimXMLDocument::getErrorDesc(void) const
310{
311 if(!m_qDocument)
312 {
313 return StringTable->insert("No document");
314 }
315 return m_qDocument->ErrorDesc();
316}
317
318DefineEngineMethod( SimXMLDocument, getErrorDesc, const char*, (),,
319 "@brief Get last error description.\n\n"

Callers 1

SimXMLDocument.cppFile · 0.80

Calls 2

ErrorDescMethod · 0.80
insertMethod · 0.45

Tested by

no test coverage detected