Values.PutPartnerEventsResultEntrySourceThe result of an event entry the partner submitted in this request. If the event was successfully submitted, the entry has the event ID in it. Otherwise, you can use the error code and error message to identify the problem with the entry.
type nonrec t = {eventId : EventId.t option;The ID of the event.
*)errorCode : ErrorCode.t option;The error code that indicates why the event submission failed.
*)errorMessage : ErrorMessage.t option;The error message that explains why the event submission failed.
*)}