Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
284
function
errorMessage(error: unknown): string {
285
return
error instanceof Error ? error.message : String(error);
286
}
Callers
1
isProviderRateLimitError
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected