Interface BatchGetDocumentStatusResponseError.Builder

All Superinterfaces:
Buildable, CopyableBuilder<BatchGetDocumentStatusResponseError.Builder,BatchGetDocumentStatusResponseError>, SdkBuilder<BatchGetDocumentStatusResponseError.Builder,BatchGetDocumentStatusResponseError>, SdkPojo
Enclosing class:
BatchGetDocumentStatusResponseError

public static interface BatchGetDocumentStatusResponseError.Builder extends SdkPojo, CopyableBuilder<BatchGetDocumentStatusResponseError.Builder,BatchGetDocumentStatusResponseError>
  • Method Details

    • 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.
    • errorCode

      Indicates the source of the error.

      Parameters:
      errorCode - Indicates the source of the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • errorCode

      Indicates the source of the error.

      Parameters:
      errorCode - Indicates the source of the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.