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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: