iiRecord
Agentic AI Atlas · ErrorFrame (server→client)
shared-context-spec:adapters-gateway-frame-errora5c.ai
II.
SharedContextSpec JSON

shared-context-spec:adapters-gateway-frame-error

Structured · live

ErrorFrame (server→client) json

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

File · extensions/shared-context-specs/adapters-gateway-protocol-frames.yamlCluster · extensions
Record JSON
{
  "id": "shared-context-spec:adapters-gateway-frame-error",
  "_kind": "SharedContextSpec",
  "_file": "extensions/shared-context-specs/adapters-gateway-protocol-frames.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "ErrorFrame (server→client)",
    "contextKind": "websocket-frame-server",
    "typescriptInterface": "ErrorFrame",
    "producerIface": "@a5c-ai/adapters-gateway server.ts (RunManager / ClientConn error paths)",
    "consumerIfaces": [
      "@a5c-ai/adapters-gateway client"
    ],
    "fieldSchema": [
      "type:literal<error>:required:Frame discriminator",
      "code:string:required:Machine-readable error code (zod min(1))",
      "message:string:required:Human-readable error message",
      "runId:string:optional:Run id the error pertains to (when applicable)",
      "tailSeq:int:optional:Last delivered seq for the run subscription, for resume"
    ],
    "sourceCitation": "packages/adapters/gateway/src/protocol/v1.ts:17-23; frames.ts:18-24"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "package:a5c-ai-adapters-gateway",
      "to": "shared-context-spec:adapters-gateway-frame-error",
      "kind": "has_payload_schema",
      "attributes": {}
    }
  ]
}