Skip to main content

ErrorCard

Components

ErrorCard()

ErrorCard(props, context?): ReactNode

Internal component used by ErrorLoader. Use ErrorLoader instead.

Parameters

ParameterType
propsErrorCardProps
context?any

Returns

ReactNode

Source

libs/design-system-core/src/components/ErrorCard/index.tsx:25

Props

ErrorCardProps

ErrorCardProps: object

Type declaration

MemberType
boxSizestring
buttonLabelstring
errorTypestring
hasButtonboolean
imageBoxHasMarginboolean
onClick() => void
publicImgPathstring
subtitleLabelstring
textMarginBottomboolean
textMarginTopboolean
titleLabelstring

Source

libs/design-system-core/src/components/ErrorCard/index.tsx:6