class Transloadit::Exception::ReloadLimitReached
Exception
raised when Response#reload_until_finished! reaches limit specified in :tries option
Public Instance Methods
message()
click to toggle source
# File lib/transloadit/exception.rb, line 23 def message "reload_until_finished! reached limit specified in :tries option. This is not a rate limit and you may continue to poll for updates." end