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

Exception handling for all python files for better Response #96

Open
Sai-ganesh-0004 opened this issue Oct 16, 2024 · 1 comment · May be fixed by #97
Open

Exception handling for all python files for better Response #96

Sai-ganesh-0004 opened this issue Oct 16, 2024 · 1 comment · May be fixed by #97

Comments

@Sai-ganesh-0004
Copy link

Is your feature request related to a problem? Please describe.

  • I'm always frustrated when exception handling in the Python files of the project is either missing or inconsistent. It makes debugging harder and can cause unexpected crashes during execution.

Describe the solution you'd like

  • I would like to see structured exception handling implemented across all Python files, with proper logging and user-friendly error messages. This would ensure that errors are gracefully handled and provide useful insights into what went wrong.

Describe alternatives you've considered

  • Implementing a global error handler at the application level to capture unhandled exceptions.

Additional context

  • Adding specific exception handling in key functions would improve the robustness of the code. This would be especially useful when dealing with external APIs, file operations, or database connections where errors are more likely to o
@devansh-shah-11
Copy link
Collaborator

Hi @Sai-ganesh-0004 ,
really good issue, we would appreciate if you would like to take this up and structure the error handling.
Have assigned the appropriate labels - let us know if you have any queries :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants