Skip to content

Commit

Permalink
Merge pull request #274 from ably/zak/dtp-1019/resume-token-errors
Browse files Browse the repository at this point in the history
Add error codes for resuming a change stream
  • Loading branch information
zknill authored Nov 6, 2024
2 parents da7dba6 + 1ff4362 commit 60fd9cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protocol/errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@
"72003": "ingress cannot connect to database",
"72004": "ingress cannot identify channel, no _ablyChannel field",
"72005": "ingress invalid pipeline",
"72006": "unable to resume from change stream",
"72007": "unable to store change stream resume token",

"80000": "connection failed",
"80001": "connection failed (no compatible transport)",
Expand Down

0 comments on commit 60fd9cf

Please sign in to comment.