Skip to main content

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.
  • Initializes the RunAbortedError with a message.

  • Parameters

    • message: string
      • The error message indicating why the run was aborted.