Values.FailedItemSourceDetails of a resource that failed when trying to update it's association to a resource set.
type nonrec t = {uRI : Identifier.t option;The univeral resource indicator (URI) of the resource that failed.
*)reason : FailedItemReason.t option;The reason the resource's association could not be updated.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Identifier.t ]) list ]