MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / Error

Function Error

Source/ThirdParty/tinyxml2/tinyxml2.h:1824–1826  ·  view source on GitHub ↗

Return true if there was an error parsing the document.

Source from the content-addressed store, hash-verified

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

Callers 3

ClearMethod · 0.85
ParseMethod · 0.85
mediainfo.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected