Skip to content

Specific error types for errors instead of &'static str #595

Description

@ErisianArchitect

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions