cxxmcp 1.1.6
C++ MCP SDK
Loading...
Searching...
No Matches
mcp::protocol::ErrorObject Struct Reference

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< Jsondata
 Optional structured error details for machine handling.
 

Detailed Description

JSON-RPC error object.


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