TaskTimeoutError
This error is raised when the underlying task execution runs for longer than the specified timeout.
Constructor
Signature
def TaskTimeoutError(
message: string
)
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | The detailed error message describing the timeout condition. |
Signature
def TaskTimeoutError(
message: string
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | The detailed error message explaining the context of the task timeout |