SP.FieldCalculatedErrorValue object

Represents the value of the calculated field of a list item when the value of the field is a calculation error, such as division by zero or overflow.

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

var object = new SP.FieldCalculatedErrorValue()

Members

The FieldCalculatedErrorValue object has the following members.

Constructor

The FieldCalculatedErrorValue object has the following constructor.

Constructor

Description

FieldCalculatedErrorValue

Initializes a new instance of the SP.FieldCalculatedErrorValue object.

Properties

The FieldCalculatedErrorValue object has the following properties.

Property

Description

errorMessage

Gets the error message of a calculated field.

typeId

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