iiRecord
Agentic AI Atlas · turn-timeout
error-category:turn-timeouta5c.ai
II.
ErrorCategory JSON

error-category:turn-timeout

Structured · live

turn-timeout json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/error-categories/error-categories-canonical.yamlCluster · extensions
Record JSON
{
  "id": "error-category:turn-timeout",
  "_kind": "ErrorCategory",
  "_file": "extensions/error-categories/error-categories-canonical.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "turn-timeout",
    "layer": "agent-runner",
    "retryable": true,
    "severity": "transient",
    "description": "Turn exceeded turnTimeoutMs without completion.",
    "mappedFailureClassId": "failure-class:agent-session"
  },
  "outgoingEdges": [
    {
      "from": "error-category:turn-timeout",
      "to": "failure-class:agent-session",
      "kind": "categorized_as",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}