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: str = null,
message: str = null,
worker: str | None = None
) - > null

Parameters

NameTypeDescription
codestr = nullA string representing the error code.
messagestr = nullA string containing a human-readable error message.
worker`strNone` = None

Signature

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

Parameters

NameTypeDescription
codestrThe specific error code identifying the nature of the unknown error.
messagestrA human-readable message describing the unknown error that occurred.
worker`strNone` = None