Skip to main content

FormValidationErrorObject

The FormValidationErrorObject class represents validation error details for a specific form control.

Properties

NameDescription
FieldsA list of field names associated with the validation error.
ControlNameThe name of the control that encountered a validation error.
MessageThe validation error message.

Constructors

NameDescription
FormValidationErrorObject()Initializes a new instance of the FormValidationErrorObject class.