Errors

connector_credential_rejected

403 – The platform refused the credential.

The platform refused the credential. Answered with 403.

What it means

The account and app password, or the stored token, were not accepted by the platform. A token can also stop being accepted later, when the account holder revokes it.

What to do

Reconnect the account with a fresh app password or through the Console connect path.

The body

{
  "type": "https://tigby.eu/problems/connector_credential_rejected",
  "title": "The platform refused the credential",
  "status": 403,
  "detail": "…what was refused, naming this request's own values",
  "code": "connector_credential_rejected",
  "doc_url": "https://docs.tigby.eu/errors/connector_credential_rejected",
  "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.