Is your feature request related to a problem? Please describe.
Without specific error types, it can be difficult if not impossible to determine what the cause of the error is without reading the string, which makes debugging a little harder to do.
Describe the solution you'd like
These &'static str errors could be replaced with error types specific to those errors.
Describe possible drawbacks to your solution
This would not be a backwards compatible change.
I don't mind attempting to contribute this to inkwell, but I don't want to change anything if someone thinks it's a bad idea.
Is your feature request related to a problem? Please describe.
Without specific error types, it can be difficult if not impossible to determine what the cause of the error is without reading the string, which makes debugging a little harder to do.
Describe the solution you'd like
These
&'static strerrors could be replaced with error types specific to those errors.Describe possible drawbacks to your solution
This would not be a backwards compatible change.
I don't mind attempting to contribute this to inkwell, but I don't want to change anything if someone thinks it's a bad idea.