DashboardQueryFailed
Home > @gooddata/sdk-ui-dashboard > DashboardQueryFailed
DashboardQueryFailed interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
This event is emitted if a particular query processing fails. The failure may be for two general reasons:
A user error was made; dispatched query is found to have bad payload or the dispatched query is not applicable in the current state of the dashboard
An internal error has occurred in the dashboard component - highly likely due to a bug.
Signature:
export interface DashboardQueryFailed extends IDashboardEvent
Extends: IDashboardEvent
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
payload | readonly | DashboardQueryFailedPayload | (BETA) |
type | readonly | "GDC.DASH/EVT.QUERY.FAILED" | (BETA) |