(params: {
error: Error;
code: CopilotKitCoreErrorCode;
context?: Record<string, any>;
})
| 308 | ): Promise<void>; |
| 309 | |
| 310 | emitError(params: { |
| 311 | error: Error; |
| 312 | code: CopilotKitCoreErrorCode; |
| 313 | context?: Record<string, any>; |
no outgoing calls
no test coverage detected