Interface ErrorDetail.Builder

  • Method Details

    • field

      The name of the field that contains an error or warning.

      Parameters:
      field - The name of the field that contains an error or warning.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • reason

      ErrorDetail.Builder reason(String reason)

      A detailed description of the error or warning.

      Parameters:
      reason - A detailed description of the error or warning.
      Returns:
      Returns a reference to this object so that method calls can be chained together.