Open kettek opened 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.
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.