Module Values.NotifyRecommendationsReceivedErrorSource

An error occurred when creating a recommendation.

Sourcetype nonrec t = {
  1. recommendationId : RecommendationId.t option;
    (*

    The identifier of the recommendation that is in error.

    *)
  2. message : NotifyRecommendationsReceivedErrorMessage.t option;
    (*

    A recommendation is causing an error.

    *)
}
Sourceval make : ?recommendationId:??? -> ?message:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of RecommendationId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t