Hacker News new | ask | show | jobs
by hansvm 310 days ago
"compatible error type"

Which is prone to causing propagating changes if you're not comfortable slapping duck tape on every conversion.

1 comments

It depends on whether people depend on the structure of the errors. If they just stringify them, that shouldn't result in changes.

If people are getting into the structure of the errors, they might need to update their code that works with them.