Interface ValidationExceptionField.Builder

    • Method Detail

      • message

        ValidationExceptionField.Builder message​(String message)

        Additional details about why the validation failed.

        Parameters:
        message - Additional details about why the validation failed.
        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 validation exception.

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