The requested data or formula result couldn't be calculated.
Constructors
new DataError()
new DataError(error, type): DataErrorParameters
| Parameter | Type | Description |
|---|---|---|
error | string | A human-readable description of the reason why the error occurred |
type | DataErrorType | The kind of error that occurred |
Returns
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