RemoteTaskUsageError
This error is raised when the user tries to access a task that does not exist.
Attributes
| Attribute | Type | Description |
|---|---|---|
| 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
| Name | Type | Description |
|---|---|---|
| message | str | The error message. |
Signature
def RemoteTaskUsageError(
message: str
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | str | The specific error message detailing why the task access failed, intended for the user. |