(status: number, detail: string)
| 45 | ); |
| 46 | |
| 47 | export const ErrApi = (status: number, detail: string) => |
| 48 | new AuthError("API_ERROR", `HeyGen API error (${status}): ${detail}`); |
| 49 | |
| 50 | export const ErrOAuthNotConfigured = () => |
| 51 | new AuthError( |
no outgoing calls