Exception: DeepL::Exceptions::LimitExceeded

Inherits:
RequestError show all
Defined in:
lib/deepl/exceptions/limit_exceeded.rb

Instance Attribute Summary

Attributes inherited from RequestError

#request, #response

Instance Method Summary collapse

Methods inherited from RequestError

#initialize

Constructor Details

This class inherits a constructor from DeepL::Exceptions::RequestError

Instance Method Details

#messageObject



4
5
6
# File 'lib/deepl/exceptions/limit_exceeded.rb', line 4

def message
  'Limit exceeded. Please wait and send your request once again.'
end