From 3579ffc0f7b52a787bcc28aeefb412bcefb6de3f Mon Sep 17 00:00:00 2001 From: Mike Christensen Date: Tue, 24 Mar 2026 12:47:27 +0000 Subject: [PATCH] Add error codes 104000-104005 for AI Transport SDK Co-Authored-By: Claude Opus 4.6 (1M context) --- protocol/errors.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/protocol/errors.json b/protocol/errors.json index 1381903..b36dae4 100644 --- a/protocol/errors.json +++ b/protocol/errors.json @@ -253,5 +253,12 @@ "103000": "unable to publish push notification", "103001": "unable to publish push notification, retries exhausted", "103002": "unable to publish push notification, no recipient for direct publish", - "103003": "unable to publish push notification, cannot handle body" + "103003": "unable to publish push notification, cannot handle body", + + "104000": "encoder recovery failed after flush", + "104001": "transport subscription callback error", + "104002": "cancel listener error", + "104003": "turn lifecycle event publish failed", + "104004": "transport is closed", + "104005": "transport send failed" }