Interface ValidationExceptionField.Builder

    • Method Detail

      • name

        ValidationExceptionField.Builder name​(String name)

        The field that had the validation exception.

        Parameters:
        name - The field that had the validation exception.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • message

        ValidationExceptionField.Builder message​(String message)

        Information about the validation exception.

        Parameters:
        message - Information about the validation exception.
        Returns:
        Returns a reference to this object so that method calls can be chained together.