Values.BatchDeleteDocumentResponseFailedDocumentSourceProvides information about documents that could not be removed from an index by the BatchDeleteDocument API.
type nonrec t = {id : DocumentId.t option;The identifier of the document that couldn't be removed from the index.
*)dataSourceId : DataSourceId.t option;The identifier of the data source connector that the document belongs to.
*)errorCode : ErrorCode.t option;The error code for why the document couldn't be removed from the index.
*)errorMessage : ErrorMessage.t option;An explanation for why the document couldn't be removed from the index.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of DocumentId.t ]) list ]