Skip to content
Merged
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
2 changes: 2 additions & 0 deletions protocol/errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"40021": "Feature requires a newer platform version",
"40022": "API Streamer has been shut down",
"40023": "Action requires a newer protocol version",
"40024": "unable to get channel history (incompatible site)",
"40030": "Invalid publish request (unspecified)",
"40031": "Invalid publish request (invalid client-specified id)",
"40032": "Invalid publish request (impermissible extras field)",
Expand Down Expand Up @@ -189,6 +190,7 @@
"90005": "unable to recover channel (no matching epoch)",
"90006": "unable to recover channel (unbounded request)",
"90007": "channel operation failed (no response from server)",
"90008": "unable to get channel history (attach point not found)",
"90010": "maximum number of channels per connection/request exceeded",
"90021": "exceeded maximum permitted account-wide rate of creating new channels",
"91000": "unable to enter presence channel (no clientId)",
Expand Down
Loading