DashboardQueryFailedPayload
Home > @gooddata/sdk-ui-dashboard > DashboardQueryFailedPayload
DashboardQueryFailedPayload 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.
Payload of the DashboardQueryFailed event.
Signature:
export interface DashboardQueryFailedPayload
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
error? | readonly | Error | (BETA) (Optional) Error that has occurred and caused the command to fail. |
message | readonly | string | (BETA) Message explaining the nature of the failure. |
reason | readonly | ActionFailedErrorReason | (BETA) Reason for the failure. |