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

Function ErrNotConfigured

packages/cli/src/auth/errors.ts:26–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26export const ErrNotConfigured = () =>
27 new AuthError(
28 "NOT_CONFIGURED",
29 "No HeyGen credentials found",
30 "Run `hyperframes auth login` to sign in.",
31 );
32
33export const ErrInvalidStore = (detail: string) =>
34 new AuthError(

Callers 2

resolveCredentialFunction · 0.85
errors.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected