Values.FailedCampaignStateResponseSourceFailed response of campaign state
type nonrec t = {campaignId : CampaignId.t option;failureCode : GetCampaignStateBatchFailureCode.t option;}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of CampaignId.t ]) list ]