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" }