quota_exceeded
Plugin API error quota_exceeded — account out of credits.
HTTP 402 · not retryable
The account does not have enough available credits to reserve the requested job. Available credits = total credits − reservations outstanding.
How to fix
- Top up via the merchant billing settings (one-time credit pack or subscription tier upgrade).
- Inspect
GET /meto see the currentcredits_balanceand decide whether to defer the submission. - For batch endpoints, individual items can fail with
quota_exceededwhile others succeed — process per-item results in the HTTP 207 response.