iiRecord
Agentic AI Atlas · turn-cancelled
error-category:turn-cancelleda5c.ai
II.
ErrorCategory JSON

error-category:turn-cancelled

Structured · live

turn-cancelled 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-cancelled",
  "_kind": "ErrorCategory",
  "_file": "extensions/error-categories/error-categories-canonical.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "turn-cancelled",
    "layer": "agent-runner",
    "retryable": false,
    "severity": "permanent",
    "description": "Turn was cancelled by orchestrator or operator.",
    "mappedFailureClassId": "failure-class:agent-session"
  },
  "outgoingEdges": [
    {
      "from": "error-category:turn-cancelled",
      "to": "failure-class:agent-session",
      "kind": "categorized_as",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}