Errors

saga_not_failed

409 – Nothing to retry.

Nothing to retry. Answered with 409.

What it means

The Identity's newest provisioning or teardown saga is running or done, and only a failed saga can be retried.

What to do

Read GET /api/identities/{handle}: a running saga finishes on its own, a done one needs nothing.

The body

{
  "type": "https://tigby.eu/problems/saga_not_failed",
  "title": "Nothing to retry",
  "status": 409,
  "detail": "…what was refused, naming this request's own values",
  "code": "saga_not_failed",
  "doc_url": "https://docs.tigby.eu/errors/saga_not_failed",
  "agent_hint": "…the next step, for software"
}

Branch on code. The detail names this request's own Handle, id or limit and is not part of the contract.