Skip to main content

RemoteTaskUsageError

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

Attributes

AttributeTypeDescription
CODEstring = RemoteTaskUsageErrorUnique error identifier string used to categorize this exception as a RemoteTaskUsageError.

Constructor

Signature

def RemoteTaskUsageError(
message: string
) - > null

Parameters

NameTypeDescription
messagestringThe error message describing the usage issue.

Signature

def RemoteTaskUsageError(
message: string
) - > null

Parameters

NameTypeDescription
messagestringThe detailed error message explaining why the task access failed