ErrorComponent
Home > @gooddata/sdk-ui > IVisualizationProps > ErrorComponent
IVisualizationProps.ErrorComponent property
React component to display in the event when there is an error with either obtaining the data from backend or with the data itself.
Signature:
ErrorComponent?: React.ComponentType<IErrorProps>;