Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parse /settle errors and only warn about them (#2004)
# Description #1999 had the unfortunate side effect that we spammed a few [alerts](https://cowservices.slack.com/archives/C037PB929ME/p1697812387457109) whenever the driver was not able to settle a solution. # Changes We now only `warn` whenever we can't parse the success response. We didn't introduce, expect and parse any specific error format because eventually drivers will be run externally and maybe not all of them run a driver compliant with the error response spec all the time. If we simply print the parsing error we'll get all the data we can get out of the response anyway.
- Loading branch information