MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / Error

Function Error

native/thirdpart/tinyxml2/tinyxml2.h:1881–1883  ·  view source on GitHub ↗

Return true if there was an error parsing the document.

Source from the content-addressed store, hash-verified

1879
1880 /// Return true if there was an error parsing the document.
1881 bool Error() const {
1882 return _errorID != XML_SUCCESS;
1883 }
1884 /// Return the errorID.
1885 XMLError ErrorID() const {
1886 return _errorID;

Callers 15

ClearMethod · 0.85
ParseMethod · 0.85
RecurseErrorMethod · 0.85
ParseHexNumMethod · 0.85
SkipByteOrderMarkMethod · 0.85
NextMethod · 0.85
ExpectMethod · 0.85
ParseTypeMethod · 0.85
AddFieldMethod · 0.85
ParseFieldMethod · 0.85
ParseAnyValueMethod · 0.85
ParseTableDelimitersMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected