inveniosoftware / invenio-files-rest

REST API for uploading/downloading files for Invenio.
https://invenio-files-rest.readthedocs.io
MIT License
9 stars 68 forks source link

StorageError: raise the error using http description field #231

Open zzacharo opened 4 years ago

zzacharo commented 4 years ago

We should refactor all the places that are raising StorageError exception to use the http description field(e.g raise StorageError(description=message)) instead of the applied solution PR.