menu
finch package
documentation
mcp.dart
JSONRPCErrorResponse
JSONRPCErrorResponse.new constructor
JSONRPCErrorResponse.new constructor
dark_mode
light_mode
JSONRPCErrorResponse
constructor
JSONRPCErrorResponse
(
{
String
jsonrpc
=
'2.0'
,
String
?
id
,
required
Error
error
,
})
Implementation
JSONRPCErrorResponse({this.jsonrpc = '2.0', this.id, required this.error});
finch package
documentation
mcp
JSONRPCErrorResponse
JSONRPCErrorResponse.new constructor
JSONRPCErrorResponse class