Public Attributes | List of all members
Json::Reader::StructuredError Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ message

std::string Json::Reader::StructuredError::message

◆ offset_limit

size_t Json::Reader::StructuredError::offset_limit

◆ offset_start

size_t Json::Reader::StructuredError::offset_start

The documentation for this struct was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:40