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

Function ErrorID

sourcecommon/tinyxml2.h:1660–1662  ·  view source on GitHub ↗

Return the errorID.

Source from the content-addressed store, hash-verified

1658 }
1659 /// Return the errorID.
1660 XMLError ErrorID() const {
1661 return _errorID;
1662 }
1663 const char* ErrorName() const;
1664
1665 /// Return a possibly helpful diagnostic location or string.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected