Description
The use of anyhow errors should be deprecated and replaced with thiserror for proper error handling.
For each Spec the corresponding Error Responses should be implemented:
- OpenID4VCI:
- OpenID4VP:
- SIOPv2:
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
Description
The use of
anyhowerrors should be deprecated and replaced withthiserrorfor 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