HTTP 403, plan limits
QUOTA-001
At the plan limit for monitored dependencies.
What it means
Every monitoring slot on the plan is spent. Discovering a dependency never spends one; choosing to monitor it does.
What to do
Stop monitoring one you no longer need, or move to a plan with more slots.
The response
Every failure arrives in this shape. The trace_id is worth keeping: it identifies the request in our logs and carries nothing about your data.
{
"type": "https://shiftgraph.dev/errors/QUOTA-001",
"title": "At the plan limit for monitored dependencies.",
"status": 403,
"code": "QUOTA-001",
"trace_id": "01J8Z…"
}Related codes
The ceilings a plan sets. Discovery of a dependency is never billed and never blocked; monitoring one is what spends a slot.
- QUOTA-002At the plan limit for projects.HTTP 403
- QUOTA-003This feature is not on the current plan.HTTP 403
The full error reference, or write to support@shiftgraph.dev with the trace id.