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

Integrating error codes #867

Merged
merged 24 commits into from
Oct 30, 2023

Conversation

Prikshit7766
Copy link
Contributor

@Prikshit7766 Prikshit7766 commented Oct 30, 2023

Description

Introduced standardized exceptions to improve consistency and efficiency in error-handling processes. By implementing a uniform set of exceptions, you establish a structured approach to managing errors across your system. This not only streamlines the debugging process but also enhances code reliability. Developers can now easily identify and address issues, fostering a more resilient and maintainable codebase.


Fixes #854

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Usage

Checklist:

  • I've added Google style docstrings to my code.
  • I've used pydantic for typing when/where necessary.
  • I have linted my code
  • I have added tests to cover my changes.

Screenshots (if appropriate):

@chakravarthik27 chakravarthik27 merged commit 7c46e2a into refactor/delete-dead-code Oct 30, 2023
@RakshitKhajuria RakshitKhajuria linked an issue Oct 30, 2023 that may be closed by this pull request
@ArshaanNazir ArshaanNazir deleted the integrating-error-codes branch November 1, 2023 06:55
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.

Standardize the exceptions
3 participants