effect
effect copied to clipboard
From Discord: Bug with Rpc API: Suppressed Transport Level Errors
Summary
The user is reporting a bug with the new Rpc API where transport level errors, specifically HttpClientError, are missing from the R type when calling an Rpc with rpc-http. The user is unsure how to fix this issue since the error type is carried with the request and the requests are now Schema.TaggedClass, which they have found difficult to work with at the type level.
Key takeaways:
- There is a bug with the new Rpc API where transport level errors are suppressed.
- The specific error type
HttpClientErroris missing from theRtype. - The user is unsure how to fix this issue due to the complexity of working with
Schema.TaggedClassat the type level.
Discord thread
https://discord.com/channels/795981131316985866/1205600672309837854
typo, missing from E not R of course