menu
openai_core package
documentation
responses.dart
McpError
McpError.new const constructor
McpError.new const constructor
dark_mode
light_mode
McpError
constructor
const
McpError
(
{
required
int
?
code
,
required
String
message
,
required
String
type
,
})
Implementation
const McpError({ required this.code, required this.message, required this.type, });
openai_core package
documentation
responses
McpError
McpError.new const constructor
McpError class