# RemoteTaskNotFoundError

**Package:** `flyte.errors`

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

## Parameters

```python
class RemoteTaskNotFoundError(
    message: str,
)
```
| Parameter | Type | Description |
|-|-|-|
| `message` | `str` | |

---
**Source**: https://github.com/unionai/unionai-docs/blob/main/content/api-reference/flyte-sdk/packages/flyte.errors/remotetasknotfounderror.md
**HTML**: https://www.union.ai/docs/v2/union/api-reference/flyte-sdk/packages/flyte.errors/remotetasknotfounderror/
