SP.ListDataValidationExceptionValue object

The exception that is thrown when the data for a list field or list item fails validation.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.ListDataValidationExceptionValue()

Members

The ListDataValidationExceptionValue object has the following members.

Constructor

The ListDataValidationExceptionValue object has the following constructor.

Constructor

Description

ListDataValidationExceptionValue

Initializes a new instance of the SP.ListDataValidationExceptionValue object.

Methods

The ListDataValidationExceptionValue object has the following methods.

Method

Description

initPropertiesFromJson

writeToXml

Properties

The ListDataValidationExceptionValue object has the following properties.

Property

Description

fieldFailures

Gets a collection of SP.ListDataValidationExceptionValue objects that contain information about field validation failures.

itemFailure

Gets an SP.ListDataValidationFailure object that contains information about a list item validation failure.

typeId

This member is reserved for internal use and is not intended to be used directly from your code.