Handling Specific HTTP Errors in `effect-http` Without catchAll

is anyone aware of how one can catch specific http errors from a client in effect-http?
For example if you have a client.myEndpointCall(args}) can fail and return 404, but can we handle this specific case without a catchAll (i.e. make the endpoint's 404 return typed)?
Was this page helpful?