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

Class

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

Source from the content-addressed store, hash-verified

61 * request.
62 */
63export class APIProviderRateLimitError extends APIStatusError {
64 constructor(message: string, requestId?: string | null) {
65 super(429, message, requestId);
66 this.name = 'APIProviderRateLimitError';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected