Interface ErrorsListItem.Builder

    • Method Detail

      • page

        ErrorsListItem.Builder page​(Integer page)

        Page number where the error occurred.

        Parameters:
        page - Page number where the error occurred.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorMessage

        ErrorsListItem.Builder errorMessage​(String errorMessage)

        Text message explaining the reason for the error.

        Parameters:
        errorMessage - Text message explaining the reason for the error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.