Values.IngestionStatusSourceA table showing information about the most recent successful and failed attempts to ingest events.
type nonrec t = {latestIngestionSuccessTime : Date.t option;The time stamp of the most recent successful ingestion of events for the channel.
*)latestIngestionSuccessEventID : UUID.t option;The event ID of the most recent successful ingestion of events.
*)latestIngestionErrorCode : ErrorMessage.t option;The error code for the most recent failure to ingest events.
*)latestIngestionAttemptTime : Date.t option;The time stamp of the most recent attempt to ingest events on the channel.
*)latestIngestionAttemptEventID : UUID.t option;The event ID of the most recent attempt to ingest events.
*)}