RunAbortedError
This error is raised when the run is aborted by the user.
Constructors
-
This error is raised when the run is aborted by the user.
-
Parameters
- message: string
- The error message.
- message: string
-
Initializes the RunAbortedError with a message.
-
Parameters
- message: string
- The error message indicating why the run was aborted.
- message: string