ErrorComponent()
Home > @gooddata/sdk-ui > ErrorComponent
ErrorComponent() function
Component that renders a default error message.
Signature:
export declare function ErrorComponent({ icon, className, width, height, style, message, description, clientHeight, }: IErrorProps): import("react/jsx-runtime").JSX.Element;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| { icon, className, width, height, style, message, description, clientHeight, } | 
Returns:
import("react/jsx-runtime").JSX.Element
Remarks
See ErrorComponent