AgentError<State> constructor
AgentError<State> ({
- required String message,
- required String status,
- Object? details,
- State? state,
- String? snapshotId,
- required AgentResponse<
State> response,
Implementation
AgentError({
required this.message,
required this.status,
this.details,
this.state,
this.snapshotId,
required this.response,
});