Interface UnsuccessfulItemError.Builder

    • Method Detail

      • code

        UnsuccessfulItemError.Builder code​(String code)

        The error code.

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

        UnsuccessfulItemError.Builder message​(String message)

        The error message accompanying the error code.

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