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

Method Code

include/rapidjson/error/error.h:113–113  ·  view source on GitHub ↗

Get the error code.

Source from the content-addressed store, hash-verified

111
112 //! Get the error code.
113 ParseErrorCode Code() const { return code_; }
114 //! Get the error offset, if \ref IsError(), 0 otherwise.
115 size_t Offset() const { return offset_; }
116

Callers 2

GetParseErrorCodeMethod · 0.80
GetParseErrorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected