Skip to content

Better error handling with library specific error types #4

Description

@ociaw

Right now all errors are simply Box<dyn std::error::Error>. Proper error types will let us handle errors more granularly and return better error messages to the user.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions