Skip to main content

ValidationErrorInfo Properties

An object defining properties for the ValidationErrorInfo class.

MemberName

Specifies the name of the member associated with the validation error.

Type: string


MinValue

Minimum value constraint relevant to the validation error, if applicable.

Type: int?


Message

Contains the error message describing the validation error.

Type: string


MaxValue

Maximum value constraint relevant to the validation error, if applicable.

Type: int?


Code

Represents the error code associated with the validation error.

Type: string