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 1241 of file json.h.

Member Data Documentation

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

Definition at line 1244 of file json.h.

size_t Json::Reader::StructuredError::offset_limit

Definition at line 1243 of file json.h.

size_t Json::Reader::StructuredError::offset_start

Definition at line 1242 of file json.h.


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


mission_planning
Author(s): ivan
autogenerated on Thu Nov 12 2015 19:08:20