OnFailureEventTrigger

@Serializable
@SerialName(value = "OnFailure")
object OnFailureEventTrigger : EventTrigger

The generic failure outcome, fired by nearly every event in the catalog when its work doesn't succeed. Often carries the causing Throwable/parsed error body as incoming data — see the matching event's own catalog entry for exactly what.