Values.InvalidSignalDecoderSourceA reason that a signal decoder isn't valid.
type nonrec t = {name : FullyQualifiedName.t option;The name of a signal decoder that isn't valid.
*)reason : SignalDecoderFailureReason.t option;A message about why the signal decoder isn't valid.
*)hint : Message.t option;The possible cause for the invalid signal decoder.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of FullyQualifiedName.t ]) list ]