Exception: ScrapeUnblocker::CreditLimitExceededError

Inherits:
PaymentRequiredError show all
Defined in:
lib/scrapeunblocker/errors.rb

Overview

The unpaid balance has passed the account's credit limit (HTTP 402).

The balance counted here is the amount remaining on open invoices plus metered usage already consumed but not yet invoiced. Outstanding invoices are charged automatically when this triggers, so with a working card it usually clears itself within about a minute.

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