Class BatchGetCommitsError

    • Method Detail

      • commitId

        public final String commitId()

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

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

        public final String errorCode()

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

        Returns:
        An error code that specifies whether the commit ID was not valid or not found.
      • errorMessage

        public final String errorMessage()

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

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

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)