Values.JobErrorSourceError information for failed jobs.
type nonrec t = {code : JobErrorCode.t option;Error code indicating the type of error that occurred.
*)messages : JobErrorMessagesList.t option;Error messages providing details about the failure.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of JobErrorMessage.t ] list ])
list ]