Implement error handling and OID4VC Error Responses #78
Labels
Breaking change
A change to the API that requires a major release.
Enhancement
New feature or improvement to an existing feature
Description
The use of
anyhow
errors should be deprecated and replaced withthiserror
for proper error handling.For each Spec the corresponding Error Responses should be implemented:
Furthermore, all library specific errors should be handled properly as well.
Motivation
This will improve DX in downstream code and adds better spec compatibility
Resources
See description
To-do List
thiserror
The text was updated successfully, but these errors were encountered: