<demo>

### Error

A complicated error feedback.

```jsx live
<Result
  status="error"
  title="Submission Failed"
  subtitle="Please check and modify the following information before resubmitting."
  extra={[
    <Button color="primary" key="console">
      Go Console
    </Button>
  ]}
/>
```

</demo>
