Values.InvalidSignalsExceptionSourceThe request couldn't be completed because it contains signals that aren't valid.
type nonrec t = {message : string option;invalidSignals : InvalidSignals.t option;The signals which caused the exception.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of FullyQualifiedName.t ]) list ]
list
| `String of string ])
list ]