404 Not Found

Standard page-not-found error for missing routes.

404

The page you are looking for does not exist.

500 Server Error

Internal server error for unexpected failures.

500

Something went wrong on our end.

403 Forbidden

Access denied error with a navigation action button.

403

You do not have permission to access this page.

503 Maintenance

Scheduled downtime or maintenance mode page.

503

We are performing scheduled maintenance. Back shortly.

408 Timeout

Request timeout error with a retry action.

408

The request took too long to process. Please try again.

Custom Error

Use any status code and message for custom error scenarios.

429

Too many requests. Please wait a moment before trying again.

Usage

<ErrorPage code="404" message="The page you are looking for does not exist." /><ErrorPage code="500" message="Something went wrong on our end." /><ErrorPage code="403" message="You do not have permission to access this page."> <Button>Go Home</Button></ErrorPage>

Props

PropTypeDefaultDescription
codetext"404"HTTP error status code
messagetext"Page not found"Error description message
childrencontent-Action buttons (e.g. Go Home, Retry)