Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Error Interface and how that's exposed to users #30

@zeeshanlakhani

Description

@zeeshanlakhani

Summary

Problem

Currently we are using the package Anyhow. However, this package is quite clunky when trying to give specific error messages.

Impact

This clunky-ness of the Anyhow library takes away precious developer time in the form of adding all the error messages to the code and/or the code becoming significantly harder debug.

Solution

Switch the code to use the thiserror library.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions