Values_0.FederationSourceExceptionSourceA federation source failed.
type nonrec t = {federationSourceErrorCode : FederationSourceErrorCode.t option;The error code of the problem.
*)message : MessageString.t option;The message describing the problem.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of MessageString.t ]) list ]