Interface ValidationExceptionField.Builder

  • Method Details

    • name

      The name of the field that failed validation.

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

      The error message describing why the field failed validation.

      Parameters:
      message - The error message describing why the field failed validation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.