MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / Error

Function Error

Dependencies/tinyxml2/include/tinyxml2.h:1822–1824  ·  view source on GitHub ↗

Return true if there was an error parsing the document.

Source from the content-addressed store, hash-verified

1820
1821 /// Return true if there was an error parsing the document.
1822 bool Error() const {
1823 return _errorID != XML_SUCCESS;
1824 }
1825 /// Return the errorID.
1826 XMLError ErrorID() const {
1827 return _errorID;

Callers 2

ClearMethod · 0.85
ParseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected