Flyte 2 Devbox is available today to run a full Flyte backend and UI locally. Preview Flyte 2 for production, hosted on Union.ai
2.4.0

EventAlreadyExistsError

Package: flyte.errors

This error is raised when the user tries to create an event that already exists within the action.

Parameters

class EventAlreadyExistsError(
    message: str,
)
Parameter Type Description
message str