ErrorComponent
Home > @gooddata/sdk-ui > IExecuteInsightProps > ErrorComponent
IExecuteInsightProps.ErrorComponent property
Provide component for rendering of the error state.
Signature:
ErrorComponent?: IExecuteErrorComponent;
Remarks
Note: When you provide both LoadingComponent and ErrorComponent, the children function with the execution result will be called only with a successful result.