Skip to main content

RemoteTaskNotFoundError

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

Attributes

AttributeTypeDescription
CODEstring = RemoteTaskNotFoundErrorUnique error identifier string used to categorize this exception as a RemoteTaskNotFoundError.

Constructor

Signature

def RemoteTaskNotFoundError(
message: string
) - > null

Parameters

NameTypeDescription
messagestringThe error message describing the missing task.

Signature

def RemoteTaskNotFoundError(
message: string
) - > null

Parameters

NameTypeDescription
messagestringThe detailed error message explaining which task was not found or the context of the failure