Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic Error Handling Component (SR No. - 6 ) #343

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ParagGhatage
Copy link
Contributor

@ParagGhatage ParagGhatage commented Feb 17, 2025

Description

This PR introduces a dynamic error handling component that gracefully handles and displays multiple error types with detailed messages. The component can be reused across different pages to ensure consistent and user-friendly error management.

Features

  • Supports multiple error types (e.g., network errors, validation errors, server errors, etc.).
  • Displays detailed error messages for better debugging.
  • Easily renderable on any page.
  • Improves user experience by providing clear error feedback.

Changes

  • Added a ErrorPage component.
  • Integrated error handling to display errors accordingly.
  • Updated necessary pages to use the new component.

Before

Screenshot 2025-02-13 040836

New Error component:

dynamic_error_page.mp4

Related Issue :

Fixes: #316

@ParagGhatage ParagGhatage changed the title Dynamic Error Handling Component (SR No. - 5 ) Dynamic Error Handling Component (SR No. - 6 ) Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Dynamic Error Handling Component
1 participant