# flytekit.exceptions.user

## Directory

### Errors

| Exception | Description |
|-|-|
| [`FlyteAssertion`](https://www.union.ai/docs/v1/union/api-reference/flytekit-sdk/packages/flytekit.exceptions.user/page.md#flytekitexceptionsuserflyteassertion) |  |
| [`FlyteAuthenticationException`](https://www.union.ai/docs/v1/union/api-reference/flytekit-sdk/packages/flytekit.exceptions.user/page.md#flytekitexceptionsuserflyteauthenticationexception) |  |
| [`FlyteCompilationException`](https://www.union.ai/docs/v1/union/api-reference/flytekit-sdk/packages/flytekit.exceptions.user/page.md#flytekitexceptionsuserflytecompilationexception) |  |
| [`FlyteDataNotFoundException`](https://www.union.ai/docs/v1/union/api-reference/flytekit-sdk/packages/flytekit.exceptions.user/page.md#flytekitexceptionsuserflytedatanotfoundexception) |  |
| [`FlyteDisapprovalException`](https://www.union.ai/docs/v1/union/api-reference/flytekit-sdk/packages/flytekit.exceptions.user/page.md#flytekitexceptionsuserflytedisapprovalexception) |  |
| [`FlyteEntityAlreadyExistsException`](https://www.union.ai/docs/v1/union/api-reference/flytekit-sdk/packages/flytekit.exceptions.user/page.md#flytekitexceptionsuserflyteentityalreadyexistsexception) |  |
| [`FlyteEntityNotExistException`](https://www.union.ai/docs/v1/union/api-reference/flytekit-sdk/packages/flytekit.exceptions.user/page.md#flytekitexceptionsuserflyteentitynotexistexception) |  |
| [`FlyteEntityNotFoundException`](https://www.union.ai/docs/v1/union/api-reference/flytekit-sdk/packages/flytekit.exceptions.user/page.md#flytekitexceptionsuserflyteentitynotfoundexception) |  |
| [`FlyteFailureNodeInputMismatchException`](https://www.union.ai/docs/v1/union/api-reference/flytekit-sdk/packages/flytekit.exceptions.user/page.md#flytekitexceptionsuserflytefailurenodeinputmismatchexception) |  |
| [`FlyteInvalidInputException`](https://www.union.ai/docs/v1/union/api-reference/flytekit-sdk/packages/flytekit.exceptions.user/page.md#flytekitexceptionsuserflyteinvalidinputexception) |  |
| [`FlyteMissingReturnValueException`](https://www.union.ai/docs/v1/union/api-reference/flytekit-sdk/packages/flytekit.exceptions.user/page.md#flytekitexceptionsuserflytemissingreturnvalueexception) |  |
| [`FlyteMissingTypeException`](https://www.union.ai/docs/v1/union/api-reference/flytekit-sdk/packages/flytekit.exceptions.user/page.md#flytekitexceptionsuserflytemissingtypeexception) |  |
| [`FlytePromiseAttributeResolveException`](https://www.union.ai/docs/v1/union/api-reference/flytekit-sdk/packages/flytekit.exceptions.user/page.md#flytekitexceptionsuserflytepromiseattributeresolveexception) |  |
| [`FlyteRecoverableException`](https://www.union.ai/docs/v1/union/api-reference/flytekit-sdk/packages/flytekit.exceptions.user/page.md#flytekitexceptionsuserflyterecoverableexception) |  |
| [`FlyteTimeout`](https://www.union.ai/docs/v1/union/api-reference/flytekit-sdk/packages/flytekit.exceptions.user/page.md#flytekitexceptionsuserflytetimeout) |  |
| [`FlyteTypeException`](https://www.union.ai/docs/v1/union/api-reference/flytekit-sdk/packages/flytekit.exceptions.user/page.md#flytekitexceptionsuserflytetypeexception) |  |
| [`FlyteUserException`](https://www.union.ai/docs/v1/union/api-reference/flytekit-sdk/packages/flytekit.exceptions.user/page.md#flytekitexceptionsuserflyteuserexception) |  |
| [`FlyteUserRuntimeException`](https://www.union.ai/docs/v1/union/api-reference/flytekit-sdk/packages/flytekit.exceptions.user/page.md#flytekitexceptionsuserflyteuserruntimeexception) |  |
| [`FlyteValidationException`](https://www.union.ai/docs/v1/union/api-reference/flytekit-sdk/packages/flytekit.exceptions.user/page.md#flytekitexceptionsuserflytevalidationexception) |  |
| [`FlyteValueException`](https://www.union.ai/docs/v1/union/api-reference/flytekit-sdk/packages/flytekit.exceptions.user/page.md#flytekitexceptionsuserflytevalueexception) |  |

## flytekit.exceptions.user.FlyteAssertion

### Parameters

```python
class FlyteAssertion(
    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.user.FlyteAuthenticationException

### Parameters

```python
class FlyteAuthenticationException(
    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.user.FlyteCompilationException

### Parameters

```python
class FlyteCompilationException(
    fn: typing.Callable,
    param_name: typing.Optional[str],
)
```
| Parameter | Type | Description |
|-|-|-|
| `fn` | `typing.Callable` | |
| `param_name` | `typing.Optional[str]` | |

### Properties

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

## flytekit.exceptions.user.FlyteDataNotFoundException

### Parameters

```python
class FlyteDataNotFoundException(
    path: str,
)
```
| Parameter | Type | Description |
|-|-|-|
| `path` | `str` | |

### Properties

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

## flytekit.exceptions.user.FlyteDisapprovalException

### Parameters

```python
class FlyteDisapprovalException(
    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.user.FlyteEntityAlreadyExistsException

### Parameters

```python
class FlyteEntityAlreadyExistsException(
    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.user.FlyteEntityNotExistException

### Parameters

```python
class FlyteEntityNotExistException(
    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.user.FlyteEntityNotFoundException

### Parameters

```python
class FlyteEntityNotFoundException(
    module_name: str,
    entity_name: str,
)
```
| Parameter | Type | Description |
|-|-|-|
| `module_name` | `str` | |
| `entity_name` | `str` | |

### Properties

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

## flytekit.exceptions.user.FlyteFailureNodeInputMismatchException

### Parameters

```python
class FlyteFailureNodeInputMismatchException(
    failure_node_node: typing.Union[ForwardRef('WorkflowBase'), ForwardRef('Task')],
    workflow: WorkflowBase,
)
```
| Parameter | Type | Description |
|-|-|-|
| `failure_node_node` | `typing.Union[ForwardRef('WorkflowBase'), ForwardRef('Task')]` | |
| `workflow` | `WorkflowBase` | |

### Properties

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

## flytekit.exceptions.user.FlyteInvalidInputException

### Parameters

```python
class FlyteInvalidInputException(
    request: typing.Any,
)
```
| Parameter | Type | Description |
|-|-|-|
| `request` | `typing.Any` | |

### Properties

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

## flytekit.exceptions.user.FlyteMissingReturnValueException

### Parameters

```python
class FlyteMissingReturnValueException(
    fn: typing.Callable,
    param_name: typing.Optional[str],
)
```
| Parameter | Type | Description |
|-|-|-|
| `fn` | `typing.Callable` | |
| `param_name` | `typing.Optional[str]` | |

### Properties

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

## flytekit.exceptions.user.FlyteMissingTypeException

### Parameters

```python
class FlyteMissingTypeException(
    fn: typing.Callable,
    param_name: typing.Optional[str],
)
```
| Parameter | Type | Description |
|-|-|-|
| `fn` | `typing.Callable` | |
| `param_name` | `typing.Optional[str]` | |

### Properties

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

## flytekit.exceptions.user.FlytePromiseAttributeResolveException

### Parameters

```python
class FlytePromiseAttributeResolveException(
    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.user.FlyteRecoverableException

### Parameters

```python
class FlyteRecoverableException(
    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.user.FlyteTimeout

### Parameters

```python
class FlyteTimeout(
    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.user.FlyteTypeException

### Parameters

```python
class FlyteTypeException(
    received_type,
    expected_type,
    additional_msg,
    received_value,
)
```
| Parameter | Type | Description |
|-|-|-|
| `received_type` |  | |
| `expected_type` |  | |
| `additional_msg` |  | |
| `received_value` |  | |

### Properties

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

## flytekit.exceptions.user.FlyteUserException

### Parameters

```python
class FlyteUserException(
    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.user.FlyteUserRuntimeException

### Parameters

```python
class FlyteUserRuntimeException(
    exc_value: Exception,
    timestamp: typing.Optional[float],
)
```
FlyteUserRuntimeException is thrown when a user code raises an exception.

| Parameter | Type | Description |
|-|-|-|
| `exc_value` | `Exception` | The exception that was raised from user code. |
| `timestamp` | `typing.Optional[float]` | The timestamp as fractional seconds since epoch when the exception was raised. |

### Properties

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

## flytekit.exceptions.user.FlyteValidationException

### Parameters

```python
class FlyteValidationException(
    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.user.FlyteValueException

### Parameters

```python
class FlyteValueException(
    received_value,
    error_message,
)
```
| Parameter | Type | Description |
|-|-|-|
| `received_value` |  | |
| `error_message` |  | |

### 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.user.md
**HTML**: https://www.union.ai/docs/v1/union/api-reference/flytekit-sdk/packages/flytekit.exceptions.user/
