Noizu.MCP.JsonRpc.ErrorResponse (Noizu MCP v0.1.0)

Copy Markdown View Source

A JSON-RPC error response.

Summary

Types

t()

@type t() :: %Noizu.MCP.JsonRpc.ErrorResponse{
  error: Noizu.MCP.Error.t(),
  id: integer() | String.t() | nil
}