Myra Canyon  v0.0.1-768
network control
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Json::Reader::StructuredError Struct Reference

An error tagged with where in the JSON text it was encountered. More...

#include "json.h"

Collaboration diagram for Json::Reader::StructuredError:

Public Attributes

size_t offset_start
 
size_t offset_limit
 
std::string message
 

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.

Member Data Documentation

std::string Json::Reader::StructuredError::message
size_t Json::Reader::StructuredError::offset_limit
size_t Json::Reader::StructuredError::offset_start

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