MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / Error

Function Error

sourcecommon/tinyxml2.h:1656–1658  ·  view source on GitHub ↗

Return true if there was an error parsing the document.

Source from the content-addressed store, hash-verified

1654
1655 /// Return true if there was an error parsing the document.
1656 bool Error() const {
1657 return _errorID != XML_NO_ERROR;
1658 }
1659 /// Return the errorID.
1660 XMLError ErrorID() const {
1661 return _errorID;

Callers 1

~XMLDocumentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected