Handling Client Errors in Deprecated Effect HTTP Library

I know that effect http is deprecated in favor of the http implementation of effect platform, but I don't have time to migrate right now. Can someone explain me how to deal with errors in the client side? All that I get is a client error, and it doesn't provide any information that I can use to determine what happened, just an error message
Was this page helpful?