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

#message ⇒ Object



29
30
31
# File 'lib/transloadit/exception.rb', line 29

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