Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion protocol/errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Loading