Interface UpdateError.Builder

    • Method Detail

      • errorCode

        UpdateError.Builder errorCode​(String errorCode)

        The error code that corresponds to the error with the last update.

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

        UpdateError.Builder errorMessage​(String errorMessage)

        The error message that corresponds to the error code.

        Parameters:
        errorMessage - The error message that corresponds to the error code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.