Values.ProblemSourceRepresents a specific warning or failure.
type nonrec t = {run : ProblemDetail.t option;Information about the associated run.
*)job : ProblemDetail.t option;Information about the associated job.
*)suite : ProblemDetail.t option;Information about the associated suite.
*)test : ProblemDetail.t option;Information about the associated test.
*)device : Device.t option;Information about the associated device.
*)result : ExecutionResult.t option;The problem's result. Allowed values include: PENDING PASSED WARNED FAILED SKIPPED ERRORED STOPPED
*)message : Message.t option;A message about the problem's result.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Message.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of String_.t ] list
| `String of AmazonResourceName.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of String_.t ] list
| `String of AmazonResourceName.t ])
list ])
list ]
list
| `Long of Long.t
| `String of AmazonResourceName.t
| `Structure of
(string
* [> `Double of Double.t
| `Integer of Integer.t
| `String of String_.t ])
list ])
list ])
list ]