kettek / shupload

Personal image hosting and sharing by the power of HTTP, Go, and an optional bit of JavaScript!
GNU General Public License v3.0
8 stars 3 forks source link

Implement proper error handling in entry upload/creation #9

Open kettek opened 3 years ago

kettek commented 3 years ago

We aren't properly returning errors from various locations such as: https://github.com/kettek/shupload/blob/e45d684f5cdf6f3a61fa31e65adfe26ff3fc229e/src/DataBase_filestore.go#L138 or https://github.com/kettek/shupload/blob/e45d684f5cdf6f3a61fa31e65adfe26ff3fc229e/src/DataBase_filestore.go#L146

We should handle these errors and provide appropriate HTTP responses so the frontend can understand why something failed.