Special Logux event used to handle server-side errors in optimistic UI. When the backend rejects an action, it emits an undo event carrying the original event's metadata; receiving clients remove the original event from the Redux store and recalculate front-end state. The logux-rails gem provides a helper for emitting undo events on server-side validation failure.