From e692d0f61b2f28ff4ab181af6c4ee70419695f07 Mon Sep 17 00:00:00 2001 From: Jamie Newcomb <59560169+jamienewcomb@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:45:30 +0000 Subject: [PATCH] adds error code faqs for mongodb connector --- protocol/errorsHelp.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/protocol/errorsHelp.json b/protocol/errorsHelp.json index b102d35..6f13db8 100644 --- a/protocol/errorsHelp.json +++ b/protocol/errorsHelp.json @@ -64,6 +64,10 @@ "72000": "https://faqs.ably.com/error-code-72000-ingress-operation-failed", "72002": "https://faqs.ably.com/error-code-72002-ingress-table-is-unhealthy", "72003": "https://faqs.ably.com/error-code-72003-ingress-cannot-connect-to-database", + "72004": "https://faqs.ably.com/error-code-72004-ingress-cannot-identify-channel-no-_ablychannel-field", + "72005": "https://faqs.ably.com/error-code-72005-ingress-invalid-pipeline", + "72006": "https://faqs.ably.com/error-code-72006-unable-to-resume-from-change-stream", + "72007": "https://faqs.ably.com/error-code-72007-unable-to-store-change-stream-resume-token", "71302": "https://faqs.ably.com/error-71302-no-subscription-to-this-product-found-for-account", "80000": "https://faqs.ably.com/error-code-80000-connection-failed", "80002": "https://faqs.ably.com/error-code-80002-password-validation-request-timeout",