Values.BatchGetDocumentStatusResponseErrorSourceProvides a response when the status of a document could not be retrieved.
type nonrec t = {documentId : DocumentId.t option;The identifier of the document whose status could not be retrieved.
*)dataSourceId : DataSourceId.t option;The identifier of the data source connector that the failed document belongs to.
*)errorCode : ErrorCode.t option;Indicates the source of the error.
*)errorMessage : ErrorMessage.t option;States that the API could not get the status of a document. This could be because the request is not valid or there is a system error.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of DocumentId.t ]) list ]