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

Standardize Error handling #3694

Open
sidharthv96 opened this issue Oct 19, 2022 · 0 comments
Open

Standardize Error handling #3694

sidharthv96 opened this issue Oct 19, 2022 · 0 comments
Labels
Area: Development Type: Bug / Error Something isn't working or is incorrect

Comments

@sidharthv96
Copy link
Member

Describe the bug
Currently, many different items are thrown, strings, objects, errors, etc.
These are then handled using if conditions and type checks.
Errors should be standardized, and new Error classes derived from Error should be thrown.

@sidharthv96 sidharthv96 added Type: Bug / Error Something isn't working or is incorrect Status: Triage Needs to be verified, categorized, etc Area: Development and removed Status: Triage Needs to be verified, categorized, etc labels Oct 19, 2022
@github-actions github-actions bot added the Status: Triage Needs to be verified, categorized, etc label Oct 19, 2022
@sidharthv96 sidharthv96 removed the Status: Triage Needs to be verified, categorized, etc label Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Development Type: Bug / Error Something isn't working or is incorrect
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant