Exception: DeepL::Exceptions::QuotaExceeded

Inherits:
RequestError show all
Defined in:
lib/deepl/exceptions/quota_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



6
7
8
# File 'lib/deepl/exceptions/quota_exceeded.rb', line 6

def message
  'Quota exceeded. The character limit has been reached.'
end