Skip to content

Commit

Permalink
Add error codes for resuming a change stream
Browse files Browse the repository at this point in the history
Errors specific to resuming a MongoDB change stream.
  • Loading branch information
zknill committed Nov 4, 2024
1 parent da7dba6 commit 1ff4362
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 1ff4362

Please sign in to comment.