Plane docs
ApiSchemas

FallbackReason

One shape from the contract, as it appears on the wire.

Used by agents.create, agents.promote, agents.update, agents.upsert, agents.versions, providers.models, providers.test, sessions.annotate, sessions.children, sessions.create, sessions.decide, sessions.events, sessions.get, sessions.interrupt, sessions.list, sessions.send, and 1 more

Referenced from FallbackConfig, ModelRequestFailedEvent, ProviderErrorEncoded

JSON Schema

{
  "type": "string",
  "enum": [
    "unavailable",
    "rate_limited",
    "timeout",
    "server_error",
    "refusal",
    "context_length"
  ]
}

On this page