A JSON-RPC error response.
Summary
Types
@type t() :: %Noizu.MCP.JsonRpc.ErrorResponse{ error: Noizu.MCP.Error.t(), id: integer() | String.t() | nil }
A JSON-RPC error response.
@type t() :: %Noizu.MCP.JsonRpc.ErrorResponse{ error: Noizu.MCP.Error.t(), id: integer() | String.t() | nil }