ErrorPage
Full-page error display with status code, message, and optional action buttons.
404 Not Found
Standard page-not-found error for missing routes.
404
500 Server Error
Internal server error for unexpected failures.
500
403 Forbidden
Access denied error with a navigation action button.
403
503 Maintenance
Scheduled downtime or maintenance mode page.
503
408 Timeout
Request timeout error with a retry action.
408
Custom Error
Use any status code and message for custom error scenarios.
429
Usage
Props
| Prop | Type | Default | Description |
|---|---|---|---|
code | text | "404" | HTTP error status code |
message | text | "Page not found" | Error description message |
children | content | - | Action buttons (e.g. Go Home, Retry) |