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
| Name | Type | Description |
|---|---|---|
| message | str | A descriptive message for the error. |
Signature
def TaskTimeoutError(
message: str
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | str | The specific error message detailing why the task timed out. This message is displayed to the user. |