ExperienceCampaignFailure
data class ExperienceCampaignFailure(val reason: ExperienceFailureReason, val experienceKeys: List<String>)
Represents the failure of an experience campaign.
Author
Abhishek Kumar
Since
1.0.0
Properties
Link copied to clipboard
The keys of the experiences that failed due to given reason
Link copied to clipboard
The reason for the failure.