Interface ValidationExceptionField.Builder

    • Method Detail

      • name

        ValidationExceptionField.Builder name​(String name)

        The name of the field that triggered the ValidationException.

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

        ValidationExceptionField.Builder message​(String message)

        The ValidationException message.

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