Method: Pdfcrowd::PdfToPdfClient#setRetryCount

Defined in:
lib/pdfcrowd.rb

#setRetryCount(count) ⇒ Object

Specifies the number of automatic retries when the 502 or 503 HTTP status code is received. The status code indicates a temporary network issue. This feature can be disabled by setting to 0.

  • count - Number of retries.

  • Returns - The converter object.



4424
4425
4426
4427
# File 'lib/pdfcrowd.rb', line 4424

def setRetryCount(count)
    @helper.setRetryCount(count)
    self
end