Interface ValidationExceptionField.Builder

  • Method Details

    • name

      Name of the field that failed validation.

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

      Reason for the validation failure.

      Parameters:
      reason - Reason for the validation failure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      Detailed error message describing the validation issue.

      Parameters:
      message - Detailed error message describing the validation issue.
      Returns:
      Returns a reference to this object so that method calls can be chained together.