Skip to content

Better error messages #12

@IamTheCarl

Description

@IamTheCarl

Currently errors contain rather minimal context and are difficult to unit test since they are non-comparable.
I would like to provide the following features:

  • Provide context like how the anyhow crate does
  • Be able to verify the type of error at unit test time, to verify that tests that result in an error produce the correct type of error

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