Skip to content

Commit

Permalink
Merge pull request #263 from ably/channel-state/dtp-934-add-state-errors
Browse files Browse the repository at this point in the history
channel-state: Add channel state error codes and messages
  • Loading branch information
mschristensen authored Sep 23, 2024
2 parents c2029d7 + c58de20 commit 138d543
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions protocol/errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,17 @@
"91004": "unable to automatically re-enter presence channel",
"91005": "presence state is out of sync",
"91100": "member implicitly left presence channel (connection closed)",
"92000": "Invalid message type: state type required",
"92001": "Channel state max objects limit exceeded",
"92002": "State message(s) required",
"92003": "Invalid state message",
"92004": "State messages do not support form encoding",
"92005": "State operation required",
"92006": "Invalid operation",
"92007": "Invalid map operation",
"92008": "Invalid counter operation",
"92009": "State object required",
"92010": "Invalid state object",

"101000": "must have a non-empty name for the space",
"101001": "must enter a space to perform this operation",
Expand Down

0 comments on commit 138d543

Please sign in to comment.