Rate limited global
type | https://docs.frem.sh/reference/api/errors/rate-limited-global |
| HTTP status | 429 Too Many Requests |
What it means
You have exceeded a rate limit.
Example detail messages returned with this error:
- The platform-wide export rate limit has been reached. Try again in a few hours.
What to do
A platform-wide limit for this operation was hit, not your org’s. Retry with backoff.
Response shape
All fremforge API errors are RFC 9457 problem+json:
{
"type": "https://docs.frem.sh/reference/api/errors/rate-limited-global",
"title": "Too Many Requests",
"status": 429,
"detail": "..."
}Branch on type, not on title or detail - those are human-readable and may be reworded.