Values.BatchPutDocumentResponseFailedDocumentSourceProvides information about a document that could not be indexed.
type nonrec t = {id : DocumentId.t option;The identifier of the document.
*)dataSourceId : DataSourceId.t option;The identifier of the data source connector that the failed document belongs to.
*)errorCode : ErrorCode.t option;The type of error that caused the document to fail to be indexed.
*)errorMessage : ErrorMessage.t option;A description of the reason why the document could not be indexed.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of DocumentId.t ]) list ]