juledwar / soufi

Source finder CLI and API
Apache License 2.0
0 stars 0 forks source link

Enhancement: Surface the HTTP status code on DownloadError exceptions #27

Closed 0xDEC0DE closed 2 years ago

0xDEC0DE commented 2 years ago

One of the more common causes of DownloadError exceptions in the wild is HTTPError exceptions.

It would be nice if SouFi did the legwork of surfacing the HTTP status code as part of the exception, rather than making callers dig out the reason.