# EventFailedError

**Package:** `flyte.errors`

This error is raised when a condition event fails during execution.

This can happen when the backend encounters an error while processing the condition,
or when the event is explicitly marked as failed by the system.

## Parameters

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

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