Exception: DeepL::Exceptions::RequestEntityTooLarge
- Inherits:
-
RequestError
- Object
- StandardError
- Error
- RequestError
- DeepL::Exceptions::RequestEntityTooLarge
- Defined in:
- lib/deepl/exceptions/request_entity_too_large.rb
Instance Attribute Summary
Attributes inherited from RequestError
Instance Method Summary collapse
Methods inherited from RequestError
Constructor Details
This class inherits a constructor from DeepL::Exceptions::RequestError
Instance Method Details
#message ⇒ Object
6 7 8 9 |
# File 'lib/deepl/exceptions/request_entity_too_large.rb', line 6 def 'The request size has reached the supported limit. ' \ "Make sure that you're sending more than 50 sentences when translating" end |