Handling and Debugging Errors with Effect HTTP Client

Hello, I try Effect http client to request to external URL, and when the request error I only get reason 'Transport', how to get the original error message from the request or maybe message or other information? Because it will make the apps hard to debug when get error from external URL. thanks
Was this page helpful?