xrpld
Loading...
Searching...
No Matches
json::Reader::ErrorInfo Class Reference
Collaboration diagram for json::Reader::ErrorInfo:

Public Member Functions

 ErrorInfo ()=default

Public Attributes

Token token {}
std::string message
Location extra {}

Detailed Description

Definition at line 101 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 106 of file json_reader.h.

◆ message

std::string json::Reader::ErrorInfo::message

Definition at line 107 of file json_reader.h.

◆ extra

Location json::Reader::ErrorInfo::extra {}

Definition at line 108 of file json_reader.h.