Composants de Gestion d'Erreurs
Error Boundary
ErrorBoundary catches React component errors and displays a fallback UI. Click the button below to trigger an error.
Error Display
Connection problem
Could not connect to the server. Check your internet connection and try again.
Code: NETWORK_ERROR
API Error
Error Reporting
Report an Error
Help us improve by reporting bugs or issues you've encountered
Error States Examples
404 Not Found
Not found
The requested resource does not exist or was removed.
Code: NOT_FOUND
500 Server Error
Server error
A server error occurred. Our team has been notified. Please try again or contact support.
Code: INTERNAL_SERVER_ERROR
403 Forbidden
Access denied
You do not have permission to perform this action. Contact your administrator if you believe this is an error.
Code: FORBIDDEN
Network Error
Connection problem
Could not connect to the server. Check your internet connection and try again.
Code: NETWORK_ERROR