You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 9, 2025. It is now read-only.
Currently, if libcurl returns an error code, it's simply bubbling up as an error code in a CurlyError. In an application that makes multiple requests, an error like "The URL was not properly formatted." is not too useful without the problematic URL.
So, CurlyError should capture at least the URL, but potentially more info about the failed request for later inspection.