email_recipient_budget_exceeded
The company ran out of DISTINCT RECIPIENT budget for the window. This is not a request limit: it counts mailboxes reached, so neither splitting the send across more calls nor using another credential changes anything.
| Code | Type | HTTP | Category |
|---|---|---|---|
email_recipient_budget_exceeded | rate_limit_error | 429 | Rate Limit |
Cause
The company ran out of DISTINCT RECIPIENT budget for the window. This is not a request limit: it counts mailboxes reached, so neither splitting the send across more calls nor using another credential changes anything.
What to do
Wait for the window to roll over — error.details.retry_at says when — and repeat the send. Re-sending to recipients already reached within the window consumes no budget; if the volume is legitimate and sustained, request an increase of the limit.
Related
All Rate Limit error codes
Causes and actions for errors in this category.
Error codes by category
Find an error by the category that emits it.
Full reference table
All codes, HTTP statuses, types and descriptions in one reference.
Error model
Interpret the error envelope and handle errors by code.