--- order: 7 title: zh-CN: Error en-US: Error --- ## zh-CN 复杂的错误反馈。 ## en-US Complex error feedback. ```tsx import { CloseCircleOutlined } from '@ant-design/icons'; import { Button, Result, Typography } from 'antd'; import React from 'react'; const { Paragraph, Text } = Typography; const App: React.FC = () => ( Go Console , , ]} >
The content you submitted has the following error: Your account has been frozen. Thaw immediately > Your account is not yet eligible to apply. Apply Unlock >
); export default App; ``` ```css .site-result-demo-error-icon { color: red; } ```