cardano-foundation / cardano-wallet

HTTP server & command-line for managing UTxOs and HD wallets in Cardano.
Apache License 2.0
757 stars 213 forks source link

[ADP-3306] Make additional API errors machine-readable. #4590

Closed paweljakubas closed 1 month ago

paweljakubas commented 1 month ago

This PR makes the following API errors machine-readable:

In addition, we adjust the integration test suite to express expectations in terms of rich error objects instead of interpolated error message strings.

Issue

ADP-3306