Interface RecommendationError.Builder

    • Method Detail

      • code

        RecommendationError.Builder code​(String code)

        The error code for a failed retrieval of a recommendation for a finding.

        Parameters:
        code - The error code for a failed retrieval of a recommendation for a finding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • message

        RecommendationError.Builder message​(String message)

        The error message for a failed retrieval of a recommendation for a finding.

        Parameters:
        message - The error message for a failed retrieval of a recommendation for a finding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.