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