npm i rc-antd-error-result
import ErrorResult from 'rc-antd-error-result'
<ErrorResult
error={new Error('Some error')}
title="Something didn't work"
retry={() => {}}
cancel={() => {}}
className='a class name if you want'
/>
You can play around with props in the storybook demo.