Error page

The Error Page component is intended to be used in error pages across nuxt apps. The four types of error codes explicitly handled include 403, 404, 500 and 503. This component is intended to take over the entire page between the header and footer.

Error 403

Access denied

Oops! If you're seeing this message, there's a good chance you have cookies or referrers turned off in your browser.

Error 404

Page not found

Oops! We are terribly sorry, but there is nothing bright to see here.

Error 500

Internal server error

Oops! We are terribly sorry, but our server is not so bright today. Please try again.

Error 503

Service unavailable

The page you are requesting is temporarily unavailable.

Error 418 (and how other errors look)

EsErrorPage props

Name
errorType
Type
String
Default
n/a
Description
The type of error to display.