|
cxxmcp 1.1.6
C++ MCP SDK
|
JSON-RPC error object. More...
#include <types.hpp>
Public Attributes | |
| int | code = static_cast<int>(ErrorCode::InternalError) |
| Numeric JSON-RPC error code. | |
| std::string | message |
| Human-readable diagnostic message. | |
| std::optional< Json > | data |
| Optional structured error details for machine handling. | |
JSON-RPC error object.