MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code /

Class

packages/kosong/src/errors.ts:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 * Network-level connection failure.
15 */
16export class APIConnectionError extends ChatProviderError {
17 constructor(message: string) {
18 super(message);
19 this.name = 'APIConnectionError';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected