Values.FailedRequestSourceA failed request identified by the unique client token.
type nonrec t = {clientToken : ClientToken.t option;id : DialRequestId.t option;failureCode : FailureCode.t option;}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ClientToken.t ]) list ]