Values_2.UnsuccessfulItemSourceInformation about items that were not successfully processed in a batch call.
type nonrec t = {error : Values_1.UnsuccessfulItemError.t option;Information about the error.
*)resourceId : Values_0.String_.t option;The ID of the resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.String_.t
| `Structure of (string * [> `String of Values_0.String_.t ]) list ])
list ]