Interface ValidationExceptionField.Builder

    • Method Detail

      • message

        ValidationExceptionField.Builder message​(String message)

        A message describing why this field couldn't be validated.

        Parameters:
        message - A message describing why this field couldn't be validated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        ValidationExceptionField.Builder name​(String name)

        The name of the field that caused the validation error.

        Parameters:
        name - The name of the field that caused the validation error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.