Skip to main content

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

NameTypeDescription
codestringThe specific error code associated with the failure.
messagestringA detailed description of the unknown error.
worker`stringNone` = None

Signature

def RuntimeUnknownError(
code: string,
message: string,
worker: string | None = None
) - > null

Parameters

NameTypeDescription
codestringThe specific error code identifying the failure type
messagestringA detailed explanation of the unknown error encountered during execution
worker`stringNone` = None