Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/
Class
packages/kosong/src/errors.ts:36–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
* HTTP status error from the API.
35
*/
36
export
class
APIStatusError extends ChatProviderError {
37
readonly statusCode: number;
38
readonly requestId: string | null;
39
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected