From 54ff49c4fca60d1ee0e502786a32c634862c528f Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Wed, 26 Nov 2025 12:01:20 -0500 Subject: [PATCH] Add exception docstring --- src/pipecat/frames/frames.py | 1 + 1 file changed, 1 insertion(+) 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