RemoteTaskNotFoundError
This error is raised when the user tries to access a task that does not exist.
Attributes
| Attribute | Type | Description |
|---|---|---|
| CODE | = "RemoteTaskNotFoundError" | This attribute stores the error code for RemoteTaskNotFoundError, which is used to identify this specific error type. |
Constructor
Signature
def RemoteTaskNotFoundError(
message: str
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | str | A descriptive message explaining the error. |
Signature
def RemoteTaskNotFoundError(
message: str
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | str | The specific error message describing why the remote task was not found. |