Interface BatchItemError.Builder

    • Method Detail

      • index

        BatchItemError.Builder index​(Integer index)

        The zero-based index of the document in the input list.

        Parameters:
        index - The zero-based index of the document in the input list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorCode

        BatchItemError.Builder errorCode​(String errorCode)

        The numeric error code of the error.

        Parameters:
        errorCode - The numeric error code of the error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorMessage

        BatchItemError.Builder errorMessage​(String errorMessage)

        A text description of the error.

        Parameters:
        errorMessage - A text description of the error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.