RemoteTaskNotFoundError
This error is raised when the user tries to access a task that does not exist.
Attributes
| Attribute | Type | Description |
|---|---|---|
| CODE | string = RemoteTaskNotFoundError | Unique error identifier string used to categorize this exception as a RemoteTaskNotFoundError. |
Constructor
Signature
def RemoteTaskNotFoundError(
message: string
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | The error message describing the missing task. |
Signature
def RemoteTaskNotFoundError(
message: string
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | The detailed error message explaining which task was not found or the context of the failure |