rippled
Public Member Functions | Public Attributes | List of all members
Json::Reader::ErrorInfo Class Reference
Collaboration diagram for Json::Reader::ErrorInfo:
Collaboration graph
[legend]

Public Member Functions

 ErrorInfo ()=default
 

Public Attributes

Token token_
 
std::string message_
 
Location extra_
 

Detailed Description

Definition at line 121 of file json_reader.h.

Constructor & Destructor Documentation

◆ ErrorInfo()

Json::Reader::ErrorInfo::ErrorInfo ( )
explicitdefault

Member Data Documentation

◆ token_

Token Json::Reader::ErrorInfo::token_

Definition at line 126 of file json_reader.h.

◆ message_

std::string Json::Reader::ErrorInfo::message_

Definition at line 127 of file json_reader.h.

◆ extra_

Location Json::Reader::ErrorInfo::extra_

Definition at line 128 of file json_reader.h.