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: string
)

Parameters

NameTypeDescription
messagestringThe detailed error message describing the timeout condition.

Signature

def TaskTimeoutError(
message: string
) - > null

Parameters

NameTypeDescription
messagestringThe detailed error message explaining the context of the task timeout