MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / GetParseError

Method GetParseError

rapidjson/document.h:2329–2329  ·  view source on GitHub ↗

Get the \ref ParseErrorCode of last parsing.

Source from the content-addressed store, hash-verified

2327
2328 //! Get the \ref ParseErrorCode of last parsing.
2329 ParseErrorCode GetParseError() const { return parseResult_.Code(); }
2330
2331 //! Get the position of last parsing error in input, 0 otherwise.
2332 size_t GetErrorOffset() const { return parseResult_.Offset(); }

Callers

nothing calls this directly

Calls 1

CodeMethod · 0.80

Tested by

no test coverage detected