Skip to main content

RemoteTaskNotFoundError

This error is raised when the user tries to access a task that does not exist.

Attributes

AttributeTypeDescription
CODE= "RemoteTaskNotFoundError"This attribute stores the error code for RemoteTaskNotFoundError, which is used to identify this specific error type.

Constructor

Signature

def RemoteTaskNotFoundError(
message: str
) - > null

Parameters

NameTypeDescription
messagestrA descriptive message explaining the error.

Signature

def RemoteTaskNotFoundError(
message: str
) - > null

Parameters

NameTypeDescription
messagestrThe specific error message describing why the remote task was not found.