Errors

connector_paused

403 – This Connector is stopped. The kill switch is on – for this Connector, or for the whole Identity.

This Connector is stopped. Answered with 403.

What it means

The kill switch is on – for this Connector, or for the whole Identity. A stopped Connector reads nothing and writes nothing until it is started again.

What to do

The account holder starts it again in the console, or with PATCH on the Connector. An Identity Key cannot lift its own kill switch.

The body

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