KestrunMcpError constructor

Structured error information returned by Kestrun MCP services.

public KestrunMcpError(string Code, string Message, 
    IReadOnlyDictionary<string, object?>? Details = null)
parameter description
Code Stable error code.
Message Human-readable explanation.
Details Optional machine-readable details.

See Also