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
Methods inherited from Error
Constructor Details
This class inherits a constructor from DeepL::Exceptions::RequestError
Instance Method Details
#message ⇒ Object
9 10 11 12 |
# File 'lib/deepl/exceptions/request_entity_too_large.rb', line 9 def 'The request size has reached the supported limit. ' \ "Make sure that you're not sending more than 50 text parts." end |