warnings
Home > @gooddata/sdk-backend-spi > IDataView > warnings
IDataView.warnings property
Result warnings.
Signature:
readonly warnings?: IResultWarning[];
Remarks
Backend MAY return warnings to indicate that the result is different compared to what the caller can expect. For example, the caller executes a definition with particular filter, but the backend determines that the filter has no effect on the computation. Backend runs the execution and communicates by warning that the filter was useless.