connection_expired
Errors · connection_error
HTTP 410 · type connection_error
Provider tokens expired and refresh failed.
When it fires
We tried to refresh the user's provider OAuth tokens and the provider rejected the refresh attempt. The connection is unusable until re-consent.
Recovery
Direct the user back through POST /v1/connections/start for the same provider. Their existing local resources are preserved.
Example response
JSON
{
"error": {
"type": "connection_error",
"code": "connection_expired",
"message": "Provider tokens expired and refresh failed.",
"doc_url": "https://docs.chronapilot.com/errors/connection-expired",
"request_id": "req_1A2b3C4d5E6f"
}
}