NoDataError
Home > @gooddata/sdk-backend-spi > NoDataError
NoDataError class
This exception MUST be thrown when the backend execution identifies that there is no data to calculate.
Signature:
export declare class NoDataError extends AnalyticalBackendError
Extends: AnalyticalBackendError
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(message, dataView, cause) | Constructs a new instance of the NoDataError class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
dataView? | readonly | IDataView | (Optional) Empty data view MAY be included by the backend in case execution metadata and data view metadata is present. |