(constructor)
Home > @gooddata/sdk-backend-spi > NoDataError > (constructor)
NoDataError.(constructor)
Constructs a new instance of the NoDataError class
Signature:
constructor(message: string, dataView?: IDataView, cause?: Error);
Parameters
| Parameter | Type | Description | 
|---|---|---|
| message | string | |
| dataView | (Optional) | |
| cause | Error | (Optional) |