Sha256: 6845570962d5e5132183d33cd97d265a45cafb2326e578b357b9778cfa8b4678

Contents?: true

Size: 302 Bytes

Versions: 1

Compression:

Stored size: 302 Bytes

Contents

# frozen_string_literal: true

module DeepL
  module Exceptions
    class RequestEntityTooLarge < RequestError
      def message
        'The request size has reached the supported limit. ' \
          "Make sure that you're sending more than 50 sentences when translating"
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
deepl-rb-2.5.2 lib/deepl/exceptions/request_entity_too_large.rb