uploadcare / uploadcare-ruby

Ruby API client that handles uploads and further operations with files by wrapping Uploadcare Upload and REST APIs.
https://uploadcare.com
MIT License
39 stars 28 forks source link

fix: Start returning proper error message when raising RequestError in poll_upload_response, to hit to users what is going on. Fixes #141 #153

Closed vipulnsward closed 4 months ago

vipulnsward commented 4 months ago

Description

fix: Start returning proper error message when raising RequestError in poll_upload_response, to hit to users what is going on. Fixes #141

Checklist