MCPcopy Create free account
hub / github.com/SICKAG/sick_scan_xd / Error

Function Error

include/tinyxml/tinyxml.h:1671–1672  ·  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

1669 - The ErrorRow() and ErrorCol() will return the location of the error (if known)
1670 */
1671 bool Error() const
1672 { return error; }
1673
1674 /// Contains a textual (english) description of the error if one occurs.
1675 const char *ErrorDesc() const

Callers 1

LoadFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected