# flytekit.exceptions.system

## Directory

### Errors

| Exception | Description |
|-|-|
| [`FlyteAgentNotFound`](https://www.union.ai/docs/v1/selfmanaged/api-reference/flytekit-sdk/packages/flytekit.exceptions.system/page.md#flytekitexceptionssystemflyteagentnotfound) |  |
| [`FlyteConnectorNotFound`](https://www.union.ai/docs/v1/selfmanaged/api-reference/flytekit-sdk/packages/flytekit.exceptions.system/page.md#flytekitexceptionssystemflyteconnectornotfound) |  |
| [`FlyteDownloadDataException`](https://www.union.ai/docs/v1/selfmanaged/api-reference/flytekit-sdk/packages/flytekit.exceptions.system/page.md#flytekitexceptionssystemflytedownloaddataexception) |  |
| [`FlyteEntrypointNotLoadable`](https://www.union.ai/docs/v1/selfmanaged/api-reference/flytekit-sdk/packages/flytekit.exceptions.system/page.md#flytekitexceptionssystemflyteentrypointnotloadable) |  |
| [`FlyteNonRecoverableSystemException`](https://www.union.ai/docs/v1/selfmanaged/api-reference/flytekit-sdk/packages/flytekit.exceptions.system/page.md#flytekitexceptionssystemflytenonrecoverablesystemexception) |  |
| [`FlyteNotImplementedException`](https://www.union.ai/docs/v1/selfmanaged/api-reference/flytekit-sdk/packages/flytekit.exceptions.system/page.md#flytekitexceptionssystemflytenotimplementedexception) |  |
| [`FlyteSystemAssertion`](https://www.union.ai/docs/v1/selfmanaged/api-reference/flytekit-sdk/packages/flytekit.exceptions.system/page.md#flytekitexceptionssystemflytesystemassertion) |  |
| [`FlyteSystemException`](https://www.union.ai/docs/v1/selfmanaged/api-reference/flytekit-sdk/packages/flytekit.exceptions.system/page.md#flytekitexceptionssystemflytesystemexception) |  |
| [`FlyteSystemUnavailableException`](https://www.union.ai/docs/v1/selfmanaged/api-reference/flytekit-sdk/packages/flytekit.exceptions.system/page.md#flytekitexceptionssystemflytesystemunavailableexception) |  |
| [`FlyteUploadDataException`](https://www.union.ai/docs/v1/selfmanaged/api-reference/flytekit-sdk/packages/flytekit.exceptions.system/page.md#flytekitexceptionssystemflyteuploaddataexception) |  |

## flytekit.exceptions.system.FlyteAgentNotFound

```python
class FlyteAgentNotFound(
    args,
    timestamp: typing.Optional[float],
)
```
| Parameter | Type | Description |
|-|-|-|
| `args` | `*args` | |
| `timestamp` | `typing.Optional[float]` | |

### Properties

| Property | Type | Description |
|-|-|-|
| `timestamp` | `None` | The timestamp as fractional seconds since epoch |

## flytekit.exceptions.system.FlyteConnectorNotFound

```python
class FlyteConnectorNotFound(
    args,
    timestamp: typing.Optional[float],
)
```
| Parameter | Type | Description |
|-|-|-|
| `args` | `*args` | |
| `timestamp` | `typing.Optional[float]` | |

### Properties

| Property | Type | Description |
|-|-|-|
| `timestamp` | `None` | The timestamp as fractional seconds since epoch |

## flytekit.exceptions.system.FlyteDownloadDataException

```python
class FlyteDownloadDataException(
    args,
    timestamp: typing.Optional[float],
)
```
| Parameter | Type | Description |
|-|-|-|
| `args` | `*args` | |
| `timestamp` | `typing.Optional[float]` | |

### Properties

| Property | Type | Description |
|-|-|-|
| `timestamp` | `None` | The timestamp as fractional seconds since epoch |

## flytekit.exceptions.system.FlyteEntrypointNotLoadable

```python
class FlyteEntrypointNotLoadable(
    task_module,
    task_name,
    additional_msg,
)
```
| Parameter | Type | Description |
|-|-|-|
| `task_module` |  | |
| `task_name` |  | |
| `additional_msg` |  | |

### Properties

| Property | Type | Description |
|-|-|-|
| `timestamp` | `None` | The timestamp as fractional seconds since epoch |

## flytekit.exceptions.system.FlyteNonRecoverableSystemException

```python
class FlyteNonRecoverableSystemException(
    exc_value: Exception,
)
```
FlyteNonRecoverableSystemException is thrown when a system code raises an exception.

| Parameter | Type | Description |
|-|-|-|
| `exc_value` | `Exception` | The exception that was raised from system code. |

### Properties

| Property | Type | Description |
|-|-|-|
| `timestamp` | `None` | The timestamp as fractional seconds since epoch |
| `value` | `None` |  |

## flytekit.exceptions.system.FlyteNotImplementedException

```python
class FlyteNotImplementedException(
    args,
    timestamp: typing.Optional[float],
)
```
| Parameter | Type | Description |
|-|-|-|
| `args` | `*args` | |
| `timestamp` | `typing.Optional[float]` | |

### Properties

| Property | Type | Description |
|-|-|-|
| `timestamp` | `None` | The timestamp as fractional seconds since epoch |

## flytekit.exceptions.system.FlyteSystemAssertion

```python
class FlyteSystemAssertion(
    args,
    timestamp: typing.Optional[float],
)
```
| Parameter | Type | Description |
|-|-|-|
| `args` | `*args` | |
| `timestamp` | `typing.Optional[float]` | |

### Properties

| Property | Type | Description |
|-|-|-|
| `timestamp` | `None` | The timestamp as fractional seconds since epoch |

## flytekit.exceptions.system.FlyteSystemException

```python
class FlyteSystemException(
    args,
    timestamp: typing.Optional[float],
)
```
| Parameter | Type | Description |
|-|-|-|
| `args` | `*args` | |
| `timestamp` | `typing.Optional[float]` | |

### Properties

| Property | Type | Description |
|-|-|-|
| `timestamp` | `None` | The timestamp as fractional seconds since epoch |

## flytekit.exceptions.system.FlyteSystemUnavailableException

```python
class FlyteSystemUnavailableException(
    args,
    timestamp: typing.Optional[float],
)
```
| Parameter | Type | Description |
|-|-|-|
| `args` | `*args` | |
| `timestamp` | `typing.Optional[float]` | |

### Properties

| Property | Type | Description |
|-|-|-|
| `timestamp` | `None` | The timestamp as fractional seconds since epoch |

## flytekit.exceptions.system.FlyteUploadDataException

```python
class FlyteUploadDataException(
    args,
    timestamp: typing.Optional[float],
)
```
| Parameter | Type | Description |
|-|-|-|
| `args` | `*args` | |
| `timestamp` | `typing.Optional[float]` | |

### Properties

| Property | Type | Description |
|-|-|-|
| `timestamp` | `None` | The timestamp as fractional seconds since epoch |

---
**Source**: https://github.com/unionai/unionai-docs/blob/main/content/api-reference/flytekit-sdk/packages/flytekit.exceptions.system.md
**HTML**: https://www.union.ai/docs/v1/selfmanaged/api-reference/flytekit-sdk/packages/flytekit.exceptions.system/
