Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/
Class
packages/oauth/src/errors.ts:25–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
export
class
OAuthUnauthorizedError extends OAuthError {
26
constructor(message: string) {
27
super(message);
28
this.name =
'OAuthUnauthorizedError'
;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected