title: Exception cols: 1 order: 5

Exceptions page is used to provide feedback on specific abnormal state. Usually, it contains an explanation of the error status, and provides users with suggestions or operations, to prevent users from feeling lost and confused.

API

PropertyDescriptionTypeDefault
typetype of exception, the corresponding default title, desc, img will be given if set, which can be overridden by explicit setting of title, desc, imgEnum {‘403’, ‘404’, ‘500’}-
titletitleReactNode-
descsupplementary descriptionReactNode-
imgthe url of background imagestring-
actionssuggested operations, a default ‘Home’ link will show if not setReactNode-
linkElementto specify the element of linkstring|ReactElement‘a’