DataError

The requested data or formula result couldn't be calculated.


Constructors

new DataError()

new DataError(error, type): DataError

Parameters

ParameterTypeDescription
errorstringA human-readable description of the reason why the error occurred
typeDataErrorTypeThe kind of error that occurred

Returns

DataError


Properties

error

readonly error: string;

A human-readable description of the reason why the error occurred


type

readonly type: DataErrorType;

The kind of error that occurred