|
Plotly.cpp 0.1.0
A C++ plotting library for expressive, interactive, real-time & streaming data visualization
|
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. | |
Structure representing a JSON-RPC error object.
| int plotly::detail::JsonRpcError::code |
The error code.
| nlohmann::json plotly::detail::JsonRpcError::data |
Additional error data.
| std::string plotly::detail::JsonRpcError::message |
The error message.