Interface ErrorsListItem.Builder

  • Method Details

    • 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.
    • errorCode

      ErrorsListItem.Builder errorCode(String errorCode)

      Error code for the cause of the error.

      Parameters:
      errorCode - Error code for the cause of the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • errorCode

      Error code for the cause of the error.

      Parameters:
      errorCode - Error code for the cause of the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.