Exception: Transloadit::Exception::ReloadLimitReached

Inherits:
StandardError
  • Object
show all
Defined in:
lib/transloadit/exception.rb

Overview

Exception raised when Response#reload_until_finished! reaches limit specified in :tries option

Instance Method Summary collapse

Instance Method Details

#messageObject



21
22
23
# File 'lib/transloadit/exception.rb', line 21

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