From 906a861fe16dab994461ab602350d96e438ef70d Mon Sep 17 00:00:00 2001 From: zak Date: Tue, 3 Dec 2024 16:05:52 +0000 Subject: [PATCH] Error for mongodb change stream history lost --- protocol/errors.json | 1 + 1 file changed, 1 insertion(+) diff --git a/protocol/errors.json b/protocol/errors.json index 1812c8f..e9a09a5 100644 --- a/protocol/errors.json +++ b/protocol/errors.json @@ -148,6 +148,7 @@ "72005": "ingress invalid pipeline", "72006": "unable to resume from change stream", "72007": "unable to store change stream resume token", + "72008": "change stream history lost", "80000": "connection failed", "80001": "connection failed (no compatible transport)",