2.3.8

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

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