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

Type declaration