MCPcopy Create free account
hub / github.com/cinience/RedisStudio / GetParseErrorCode

Method GetParseErrorCode

include/rapidjson/reader.h:446–446  ·  view source on GitHub ↗

Get the \ref ParseErrorCode of last parsing.

Source from the content-addressed store, hash-verified

444
445 //! Get the \ref ParseErrorCode of last parsing.
446 ParseErrorCode GetParseErrorCode() const { return parseResult_.Code(); }
447
448 //! Get the position of last parsing error in input, 0 otherwise.
449 size_t GetErrorOffset() const { return parseResult_.Offset(); }

Callers

nothing calls this directly

Calls 1

CodeMethod · 0.80

Tested by

no test coverage detected