From 1ff4362188a1d7aa3eb9cf556116a4eeadceec2a Mon Sep 17 00:00:00 2001 From: zak Date: Mon, 4 Nov 2024 13:30:14 +0000 Subject: [PATCH] Add error codes for resuming a change stream Errors specific to resuming a MongoDB change stream. --- protocol/errors.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protocol/errors.json b/protocol/errors.json index ddb9b8b..f9d4eed 100644 --- a/protocol/errors.json +++ b/protocol/errors.json @@ -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)",