Skip to main content

RemoteTaskUsageError

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

Attributes

AttributeTypeDescription
CODE= "RemoteTaskUsageError"The error code associated with this specific error type, used to identify the error programmatically.

Constructor

Signature

def RemoteTaskUsageError(
message: str
) - > null

Parameters

NameTypeDescription
messagestrThe error message.

Signature

def RemoteTaskUsageError(
message: str
) - > null

Parameters

NameTypeDescription
messagestrThe specific error message detailing why the task access failed, intended for the user.