Plotly.cpp 0.1.0
A C++ plotting library for expressive, interactive, real-time & streaming data visualization
Loading...
Searching...
No Matches
plotly::detail::JsonRpcError Struct Reference

Structure representing a JSON-RPC error object. More...

#include <json_rpc.hpp>

Public Attributes

int code
 The error code.
std::string message
 The error message.
nlohmann::json data
 Additional error data.

Detailed Description

Structure representing a JSON-RPC error object.

Member Data Documentation

◆ code

int plotly::detail::JsonRpcError::code

The error code.

◆ data

nlohmann::json plotly::detail::JsonRpcError::data

Additional error data.

◆ message

std::string plotly::detail::JsonRpcError::message

The error message.


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