Interface BatchGetCommitsError.Builder

  • Method Details

    • commitId

      A commit ID that either could not be found or was not in a valid format.

      Parameters:
      commitId - A commit ID that either could not be found or was not in a valid format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorCode

      BatchGetCommitsError.Builder errorCode(String errorCode)

      An error code that specifies whether the commit ID was not valid or not found.

      Parameters:
      errorCode - An error code that specifies whether the commit ID was not valid or not found.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorMessage

      BatchGetCommitsError.Builder errorMessage(String errorMessage)

      An error message that provides detail about why the commit ID either was not found or was not valid.

      Parameters:
      errorMessage - An error message that provides detail about why the commit ID either was not found or was not valid.
      Returns:
      Returns a reference to this object so that method calls can be chained together.