Skip to content

Commit bf29083

Browse files
authored
Merge pull request #332 from ably/simon/add-80024-unsupported-protocol-version
Add error code 80024 for unsupported protocol version
2 parents 2529db3 + 5722621 commit bf29083

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

protocol/errors.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@
180180
"80021": "exceeded maximum permitted account-wide rate of creating new connections",
181181
"80022": "unable to continue current comet connection",
182182
"80023": "unable to resume connection from a different site",
183+
"80024": "protocol version is no longer supported",
183184
"80030": "client restriction not satisfied",
184185

185186
"90000": "channel operation failed",

0 commit comments

Comments
 (0)