Uses of Record Class
io.modelcontextprotocol.spec.McpSchema.JSONRPCResponse.JSONRPCError
Packages that use McpSchema.JSONRPCResponse.JSONRPCError
-
Uses of McpSchema.JSONRPCResponse.JSONRPCError in io.modelcontextprotocol.spec
Methods in io.modelcontextprotocol.spec that return McpSchema.JSONRPCResponse.JSONRPCErrorModifier and TypeMethodDescriptionMcpSchema.JSONRPCResponse.error()Returns the value of theerrorrecord component.McpError.getJsonRpcError()Constructors in io.modelcontextprotocol.spec with parameters of type McpSchema.JSONRPCResponse.JSONRPCErrorModifierConstructorDescriptionJSONRPCResponse(String jsonrpc, Object id, Object result, McpSchema.JSONRPCResponse.JSONRPCError error) Creates an instance of aJSONRPCResponserecord class.McpError(McpSchema.JSONRPCResponse.JSONRPCError jsonRpcError)