Interface BatchGetDocumentStatusResponseError.Builder

    • Method Detail

      • documentId

        BatchGetDocumentStatusResponseError.Builder documentId​(String documentId)

        The identifier of the document whose status could not be retrieved.

        Parameters:
        documentId - The identifier of the document whose status could not be retrieved.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorMessage

        BatchGetDocumentStatusResponseError.Builder errorMessage​(String errorMessage)

        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.

        Parameters:
        errorMessage - 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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.