DashboardCommandFailedPayload
Home > @gooddata/sdk-ui-dashboard > DashboardCommandFailedPayload
DashboardCommandFailedPayload 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 DashboardCommandFailed event.
Signature:
export interface DashboardCommandFailedPayload<TCommand extends IDashboardCommand> 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| 
 | TCommand | (BETA) The command that failed. | |
| 
 | Error | (BETA) (Optional) Error that has occurred and caused the command to fail. | |
| 
 | string | (BETA) Message explaining the nature of the failure. | |
| 
 | (BETA) Reason for the failure. |