diff --git a/src/pipecat/frames/frames.py b/src/pipecat/frames/frames.py index 990f0aa97..9e7c3f617 100644 --- a/src/pipecat/frames/frames.py +++ b/src/pipecat/frames/frames.py @@ -807,6 +807,7 @@ class ErrorFrame(SystemFrame): error: Description of the error that occurred. fatal: Whether the error is fatal and requires bot shutdown. processor: The frame processor that generated the error. + exception: The exception that occurred. """ error: str