Skip to main content

TaskTimeoutError

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

Constructor

Signature

def TaskTimeoutError(
message: str
) - > null

Parameters

NameTypeDescription
messagestrA descriptive message for the error.

Signature

def TaskTimeoutError(
message: str
) - > null

Parameters

NameTypeDescription
messagestrThe specific error message detailing why the task timed out. This message is displayed to the user.