MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / ErrInvalidStore

Function ErrInvalidStore

packages/cli/src/auth/errors.ts:33–38  ·  view source on GitHub ↗
(detail: string)

Source from the content-addressed store, hash-verified

31 );
32
33export const ErrInvalidStore = (detail: string) =>
34 new AuthError(
35 "INVALID_STORE",
36 `Credential file is unreadable: ${detail}`,
37 "Delete ~/.heygen/credentials and run `hyperframes auth login` to re-create it.",
38 );
39
40export const ErrUnauthenticated = (detail?: string) =>
41 new AuthError(

Callers 9

resolveCredentialFunction · 0.85
readStoreFunction · 0.85
ensureDirFunction · 0.85
parseJsonStoreFunction · 0.85
parseOAuthFunction · 0.85
asJsonObjectFunction · 0.85
parseJsonObjectFunction · 0.85
errors.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected