ListDataValidationFailureReason enumeration

Describes the reason why a list item or a list item field failed validation.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
DataFailureThe data validation formula evaluates to false or to a value equivalent to false, such as zero for numeric types.
FormulaErrorThe data validation formula contains an error.
Show: