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

Constructors

Link copied to clipboard
constructor(reason: ExperienceFailureReason, experienceKeys: List<String>)

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.