HTTP 403, plan limits
QUOTA-003
This feature is not on the current plan.
What it means
The capability belongs to a higher plan. This is checked where the work happens, not only where the button is, so an API caller sees the same boundary as the interface.
What to do
Review the plan comparison on the pricing page, or ask an owner to change plan.
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-003",
"title": "This feature is not on the current plan.",
"status": 403,
"code": "QUOTA-003",
"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-001At the plan limit for monitored dependencies.HTTP 403
- QUOTA-002At the plan limit for projects.HTTP 403
The full error reference, or write to support@shiftgraph.dev with the trace id.