Values_0.InvalidInputExceptionSourceThe input provided was not valid.
type nonrec t = {message : MessageString.t option;A message describing the problem.
*)fromFederationSource : NullableBoolean.t option;Indicates whether or not the exception relates to a federated source.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of NullableBoolean.t | `String of MessageString.t ])
list ]