def _check_errors()

in src/agents/voice/result.py [0:0]


    def _check_errors(self):
        for task in self._tasks:
            if task.done():
                if task.exception():
                    self._stored_exception = task.exception()
                    break