MCPcopy Create free account
hub / github.com/Illumina/paragraph / ErrorInfo

Class ErrorInfo

external/jsoncpp/jsoncpp.cpp:1186–1191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1184 };
1185
1186 class ErrorInfo {
1187 public:
1188 Token token_;
1189 JSONCPP_STRING message_;
1190 Location extra_;
1191 };
1192
1193 typedef std::deque<ErrorInfo> Errors;
1194

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected