Values.ValidationErrorSourceDefines a validation error. Validation errors prevent pipeline activation. The set of validation errors that can be returned are defined by AWS Data Pipeline.
type nonrec t = {id : Id.t option;The identifier of the object that contains the validation error.
*)errors : ValidationMessages.t option;A description of the validation error.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of ValidationMessage.t ] list
| `String of Id.t ])
list ]