Skip to main content

TaskTimeoutError

This error is raised when the underlying task execution runs for longer than the specified timeout.

Constructors

  • Initializes a new instance of the TaskTimeoutError class.

  • Parameters

    • message: string
      • The error message describing the timeout.
  • This error is raised when the underlying task execution runs for longer than the specified timeout.

  • Parameters

    • message: string
      • The error message.