Interface ValidationExceptionField.Builder

    • Method Detail

      • name

        ValidationExceptionField.Builder name​(String name)

        The name of the field that caused the exception.

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

        ValidationExceptionField.Builder message​(String message)

        Information about what caused the field to cause an exception.

        Parameters:
        message - Information about what caused the field to cause an exception.
        Returns:
        Returns a reference to this object so that method calls can be chained together.