diff --git a/protocol/errors.json b/protocol/errors.json index 1381903..91a7836 100644 --- a/protocol/errors.json +++ b/protocol/errors.json @@ -253,5 +253,15 @@ "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", + "104006": "channel continuity lost", + "104007": "channel is not ready", + "104008": "source event stream failed during piping" }