Errors

connector_in_error

409 – Connector in error.

Connector in error. Answered with 409.

What it means

The Connector is in error rather than stopped: the platform refused the last call in a way that will not clear itself, usually a credential the account holder revoked.

What to do

Reconnect the account with PUT /api/identities/{handle}/connectors/{platform}, or from the console.

The body

{
  "type": "https://tigby.eu/problems/connector_in_error",
  "title": "Connector in error",
  "status": 409,
  "detail": "…what was refused, naming this request's own values",
  "code": "connector_in_error",
  "doc_url": "https://docs.tigby.eu/errors/connector_in_error",
  "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.