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

Function errorMessage

packages/kosong/src/errors.ts:284–286  ·  view source on GitHub ↗
(error: unknown)

Source from the content-addressed store, hash-verified

282}
283
284function errorMessage(error: unknown): string {
285 return error instanceof Error ? error.message : String(error);
286}

Callers 1

isProviderRateLimitErrorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected