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 111 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 116 of file json_reader.h.

◆ message

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

Definition at line 117 of file json_reader.h.

◆ extra

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

Definition at line 118 of file json_reader.h.