HTTP 409, billing and entitlements
BILL-002
A plan change is already in progress.
What it means
Another plan change is mid-flight for this workspace.
What to do
Wait for it to settle, then retry.
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/BILL-002",
"title": "A plan change is already in progress.",
"status": 409,
"code": "BILL-002",
"trace_id": "01J8Z…"
}Related codes
Plan state and the payment boundary. ShiftGraph invoices and is paid by transfer, so nothing here involves a stored card.
- BILL-001Payment required.HTTP 402
- BILL-003Downgrade needs quota resolution first.HTTP 400
- BILL-004Unknown plan or interval.HTTP 400
- BILL-005Billing is not configured for this organization.HTTP 400
The full error reference, or write to support@shiftgraph.dev with the trace id.