Exception: ScrapeUnblocker::BrowserTimeoutError

Inherits:
APIError
  • Object
show all
Defined in:
lib/scrapeunblocker/errors.rb

Overview

The browser run did not finish in time on our side (HTTP 408).

Distinct from TimeoutError, which is this client giving up locally. Here the API answered - it just could not render the page in time.

Instance Attribute Summary

Attributes inherited from APIError

#body, #status_code

Method Summary

Methods inherited from APIError

#initialize

Constructor Details

This class inherits a constructor from ScrapeUnblocker::APIError