Values_0.FailedRequestSourceRequest for which contact failed to be generated.
type nonrec t = {requestIdentifier : RequestIdentifier.t option;Request identifier provided in the API call in the ContactDataRequest to create a contact.
*)failureReasonCode : FailureReasonCode.t option;Reason code for the failure.
*)failureReasonMessage : String_.t option;Why the request to create a contact failed.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of RequestIdentifier.t ]) list ]