Result

Used to feed back the results of a series of operational tasks.

Result

When to use

Use when important operations need to inform the user to process the results and the feedback is more complicated.


Success

Show successful results.
Successfully Purchased Cloud Server ECS!
Order number: 2017182818828182881 Cloud server configuration takes 1-5 minutes, please wait.

Info

Show processing results.
Your operation has been executed

warning

The result of the warning.
There are some problems with your operation.

403

You are not authorized to access this page.
Sorry, you are not authorized to access this page.

404

The page you visited does not exist.
Sorry, the page you visited does not exist.

500

Something went wrong on server.
Sorry, something went wrong.

Error

Complex error feedback.
Submission Failed
Please check and modify the following information before resubmitting.
The content you submitted has the following error:
Your account has been frozen.
Your account is not yet eligible to apply.

Custom icon

The result of the warning.
Great, we have done all the operations!

API

PropertyDescriptionTypeDefault
title
title string
ReactNode
-
subTitle
subTitle string
ReactNode
-
status
result status,decide icons and colors
success | error | info | warning | 404 | 403 | 500
info
icon
custom back icon
ReactNode
-
extra
operating area
ReactNode
-