Errors

connector_option_invalid

400 – Option not usable here.

Option not usable here. Answered with 400.

What it means

The options bag carries a key the platform knows with a value it does not take, or one that contradicts the call – a visibility on a direct message, for instance.

What to do

Drop the key, or send a value the platform accepts. The Connectors reference lists what each platform takes.

The body

{
  "type": "https://tigby.eu/problems/connector_option_invalid",
  "title": "Option not usable here",
  "status": 400,
  "detail": "…what was refused, naming this request's own values",
  "code": "connector_option_invalid",
  "doc_url": "https://docs.tigby.eu/errors/connector_option_invalid",
  "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.