Values.RejectedLogEventsInfoSourceRepresents the rejected events.
type nonrec t = {tooNewLogEventStartIndex : LogEventIndex.t option;The index of the first log event that is too new. This field is inclusive.
*)tooOldLogEventEndIndex : LogEventIndex.t option;The index of the last log event that is too old. This field is exclusive.
*)expiredLogEventEndIndex : LogEventIndex.t option;The expired log events.
*)}