menu
agent_harness package
documentation
acp.dart
ClientResponseError
ClientResponseError.new constructor
ClientResponseError.new constructor
dark_mode
light_mode
ClientResponseError
constructor
ClientResponseError
(
{
required
RequestId
id
,
required
AcpError
error
,
})
Implementation
ClientResponseError({required this.id, required this.error}) : super();
agent_harness package
documentation
acp
ClientResponseError
ClientResponseError.new constructor
ClientResponseError class