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

Class

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

Source from the content-addressed store, hash-verified

50 * context window.
51 */
52export class APIContextOverflowError extends APIStatusError {
53 constructor(statusCode: number, message: string, requestId?: string | null) {
54 super(statusCode, message, requestId);
55 this.name = 'APIContextOverflowError';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected