add download utils

This commit is contained in:
Pete Matsyburka
2024-09-07 01:30:34 +03:00
committed by Oleksandr Turchyn
parent 71b8cc7172
commit 5a1efd0e27
5 changed files with 37 additions and 22 deletions
@@ -80,7 +80,7 @@ module Api
end
render json: build_create_json(submissions)
rescue Submitters::NormalizeValues::BaseError => e
rescue Submitters::NormalizeValues::BaseError, DownloadUtils::UnableToDownload => e
Rollbar.warning(e) if defined?(Rollbar)
render json: { error: e.message }, status: :unprocessable_entity