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): React.JSX.Element;
Parameters
Parameter | Type | Description |
---|---|---|
{ icon, className, width, height, style, message, description, clientHeight, } | IErrorProps |
Returns:
React.JSX.Element
Remarks
See ErrorComponent