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

Remove the Error code field #44

Merged
merged 2 commits into from
Apr 14, 2023
Merged

Remove the Error code field #44

merged 2 commits into from
Apr 14, 2023

Conversation

oleiade
Copy link
Member

@oleiade oleiade commented Apr 14, 2023

The Error type code field was a legacy attribute that we did not use in the end. This PR removes the attribute, and adjusts the NewError constructor accordingly.

I have separated the actual change and all the codebase adjustments it triggered in two separate commits for convenience.

This closes #33

@oleiade oleiade added the enhancement New feature or request label Apr 14, 2023
@oleiade oleiade self-assigned this Apr 14, 2023
@oleiade oleiade requested review from codebien and imiric April 14, 2023 09:31
@oleiade oleiade merged commit c5ae38f into main Apr 14, 2023
3 checks passed
@oleiade oleiade deleted the refactor/remove-error-code branch April 14, 2023 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop the first argument of the NewError constructor
3 participants