RuntimeUnknownError
This error is raised when the underlying task execution fails because of an unknown error.
Constructor
Signature
def RuntimeUnknownError(
code: string,
message: string,
worker: string | None = None
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| code | string | The specific error code associated with the failure. |
| message | string | A detailed description of the unknown error. |
| worker | `string | None` = None |
Signature
def RuntimeUnknownError(
code: string,
message: string,
worker: string | None = None
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| code | string | The specific error code identifying the failure type |
| message | string | A detailed explanation of the unknown error encountered during execution |
| worker | `string | None` = None |