An error tagged with where in the JSON text it was encountered. More...
#include <json.h>
Public Attributes | |
std::string | message |
size_t | offset_limit |
size_t | offset_start |
An error tagged with where in the JSON text it was encountered.
The offsets give the [start, limit) range of bytes within the text. Note that this is bytes, not codepoints.
Definition at line 1292 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.
std::string Json::Reader::StructuredError::message |
Definition at line 1295 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.
size_t Json::Reader::StructuredError::offset_limit |
Definition at line 1294 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.
size_t Json::Reader::StructuredError::offset_start |
Definition at line 1293 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.