ErrorEvent: {
    createdAt: number;
    error: RealtimeModelError | STTError | TTSError | LLMError | unknown;
    source: llm.LLM | stt.STT | tts.TTS | llm.RealtimeModel | unknown;
    type: "error";
}

Type declaration