Open zzacharo opened 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.
StorageError
raise StorageError(description=message)
We should refactor all the places that are raising
StorageError
exception to use the http description field(e.graise StorageError(description=message)
) instead of the applied solution PR.