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.
The
Error
typecode
field was a legacy attribute that we did not use in the end. This PR removes the attribute, and adjusts theNewError
constructor accordingly.I have separated the actual change and all the codebase adjustments it triggered in two separate commits for convenience.
This closes #33