Values.BatchDeleteFeaturedResultsSetErrorSourceProvides information about a set of featured results that couldn't be removed from an index by the BatchDeleteFeaturedResultsSet API.
type nonrec t = {id : FeaturedResultsSetId.t option;The identifier of the set of featured results that couldn't be removed from the index.
*)errorCode : ErrorCode.t option;The error code for why the set of featured results couldn't be removed from the index.
*)errorMessage : ErrorMessage.t option;An explanation for why the set of featured results couldn't be removed from the index.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of FeaturedResultsSetId.t ]) list ]