rate_limit_misconfigured
HTTP Status: 500 Category: Rate Limiting
When you see this
The rate-limit middleware could not resolve the caller's identity or the endpoint's budget (internal config error).
How to fix it
File a support ticket quoting the request_id. Retries will keep hitting the same wall until an operator corrects the rate-limit configuration.
Example response
{
"error": {
"code": "rate_limit_misconfigured",
"message": "The rate-limit middleware could not resolve the caller's identity or the endpoint's budget (internal config error).",
"hint": null,
"doc_url": "https://docs.valara.cloud/api-reference/errors/rate_limit_misconfigured",
"request_id": "req_01H...",
"details": {
"errors": [],
"field_count": 0
}
}
}