Values.DashboardInvalidInputErrorSourceSome part of the dashboard data is invalid.
type nonrec t = {message : DashboardErrorMessage.t option;dashboardValidationMessages : DashboardValidationMessages.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of DataPath.t ]) list ]
list
| `String of DashboardErrorMessage.t ])
list ]