Interface ItemError.Builder

  • Method Details

    • itemIdentifier

      ItemError.Builder itemIdentifier(String itemIdentifier)

      The identifier of the item that caused the error.

      Parameters:
      itemIdentifier - The identifier of the item that caused the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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

      ItemError.Builder message(String message)

      The error message.

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