cro2003 / rgpvApi

Unofficial API Wrapper for RGPV
https://cro2003.github.io/rgpvApi/
GNU General Public License v3.0
2 stars 6 forks source link

Adding Exception Handling to python files #34

Closed Sai-ganesh-0004 closed 1 month ago

Sai-ganesh-0004 commented 1 month ago

Description Implement structured exception handling across all Python files in the project. The goal is to improve the robustness of the code by catching and handling errors gracefully, providing meaningful error messages, and logging critical failures.

Key Areas

Sai-ganesh-0004 commented 1 month ago

I want to Work on this issue under gssoc-ext

cro2003 commented 1 month ago

Which types of Error we are considering here?

Sai-ganesh-0004 commented 1 month ago

there can be requests.ConnectionError or parsing and beautifulSoup Errors

cro2003 commented 1 month ago

Its a python package as well so it will be used by Developer so they can identify these error, like Connection Error is when we are offline and beutifulSoup will only give error if rgpv is down