Values.NotifyRecommendationsReceivedErrorSourceAn error occurred when creating a recommendation.
type nonrec t = {message : NotifyRecommendationsReceivedErrorMessage.t option;A recommendation is causing an error.
*)recommendationId : String_.t option;The identifier of the recommendation that is in error.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of NotifyRecommendationsReceivedErrorMessage.t ])
list ]