Interface ValidationExceptionField.Builder

    • Method Detail

      • message

        ValidationExceptionField.Builder message​(String message)

        The message about the validation failure.

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

        ValidationExceptionField.Builder name​(String name)

        The field name that failed validation.

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