Skip to main content

JSONRPC_INTERNAL_ERROR

Constant JSONRPC_INTERNAL_ERROR 

Source
pub const JSONRPC_INTERNAL_ERROR: i32 = -32603;
Expand description

JSON-RPC 2.0 standard “Internal error” code. Catch-all for errors bubbling from sqry_mcp::daemon_adapter tool execution that don’t map to a more specific DaemonError variant.