Handling HttpApiDecodeError in Effect Typescript Library
I think this may be new compared to when I last used HttpApi, but i have a handler, that calls an effect. It seems, once i add this effect, I can get an HttpApiDecodeError which my effect does not throw, so it seems to be a default error. i didn't see much in the github readme about this.
How exactly are we supposed to handle this error? I imagine its not much different than other errors but i'm confused because everything i'm trying I can't get rid of it
How exactly are we supposed to handle this error? I imagine its not much different than other errors but i'm confused because everything i'm trying I can't get rid of it
