RemoteTaskUsageError
This error is raised when the user tries to access a task that does not exist.
Attributes
| Attribute | Type | Description |
|---|---|---|
| CODE | string = RemoteTaskUsageError | Unique error identifier string used to categorize this exception as a RemoteTaskUsageError. |
Constructor
Signature
def RemoteTaskUsageError(
message: string
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | The error message describing the usage issue. |
Signature
def RemoteTaskUsageError(
message: string
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | The detailed error message explaining why the task access failed |