We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6996e10 commit 05917abCopy full SHA for 05917ab
1 file changed
packages/module/src/ErrorState/ErrorState.tsx
@@ -15,7 +15,9 @@ import {
15
import './error-state.scss';
16
17
export interface ErrorStateProps extends Omit<EmptyStateProps, 'children'> {
18
+ /** Title of the error. */
19
errorTitle?: string;
20
+ /** A description of the error, if no description is provided then it will be set to the default message. */
21
errorDescription?: React.ReactNode;
22
}
23
0 commit comments