RuntimeUserError
This error is raised when the underlying task execution fails because of an error in the user's code.
Constructor
Signature
def RuntimeUserError(
code: string,
message: string,
worker: string | None = None
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| code | string | A specific error code identifying the type of failure. |
| message | string | A descriptive message explaining the error. |
| worker | `string | None` = None |
Signature
def RuntimeUserError(
code: string,
message: string,
worker: string | None = None
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| code | string | The specific error code identifying the type of failure encountered |
| message | string | A human-readable explanation detailing the nature of the user code error |
| worker | `string | None` = None |