From 1434ae77c8791358a5a1a197dd0e6af954c4f3ef Mon Sep 17 00:00:00 2001 From: Jamie Newcomb <59560169+jamienewcomb@users.noreply.github.com> Date: Wed, 1 May 2024 12:23:28 +0100 Subject: [PATCH 1/3] add faqs for 72000,72001,72003 --- protocol/errorsHelp.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/protocol/errorsHelp.json b/protocol/errorsHelp.json index a4fc204..b65ecb1 100644 --- a/protocol/errorsHelp.json +++ b/protocol/errorsHelp.json @@ -58,6 +58,9 @@ "61002": "https://faqs.ably.com/error-code-61002", "70001": "https://faqs.ably.com/error-code-70001", "70002": "https://faqs.ably.com/error-code-70002", + "72000": "https://faqs.ably.com/error-code-72000-ingress-operation-failed", + "72001": "https://faqs.ably.com/error-code-72001-ingress-failed-to-publish-message", + "72003": "https://faqs.ably.com/error-code-72003-ingress-cannot-connect-to-database", "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", From 009cb3079ac27ffb3250c7124da24e30e28f3d31 Mon Sep 17 00:00:00 2001 From: Jamie Newcomb <59560169+jamienewcomb@users.noreply.github.com> Date: Wed, 1 May 2024 12:28:08 +0100 Subject: [PATCH 2/3] fix error code 72002 --- protocol/errorsHelp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/errorsHelp.json b/protocol/errorsHelp.json index b65ecb1..fcd6166 100644 --- a/protocol/errorsHelp.json +++ b/protocol/errorsHelp.json @@ -59,7 +59,7 @@ "70001": "https://faqs.ably.com/error-code-70001", "70002": "https://faqs.ably.com/error-code-70002", "72000": "https://faqs.ably.com/error-code-72000-ingress-operation-failed", - "72001": "https://faqs.ably.com/error-code-72001-ingress-failed-to-publish-message", + "72001": "https://faqs.ably.com/error-code-72002-ingress-table-is-unhealthy", "72003": "https://faqs.ably.com/error-code-72003-ingress-cannot-connect-to-database", "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", From ea67825f8efdede5aa5f741b829e92b036c6189a Mon Sep 17 00:00:00 2001 From: Jamie Newcomb <59560169+jamienewcomb@users.noreply.github.com> Date: Wed, 1 May 2024 12:28:41 +0100 Subject: [PATCH 3/3] can't read --- protocol/errorsHelp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/errorsHelp.json b/protocol/errorsHelp.json index fcd6166..d07798d 100644 --- a/protocol/errorsHelp.json +++ b/protocol/errorsHelp.json @@ -59,7 +59,7 @@ "70001": "https://faqs.ably.com/error-code-70001", "70002": "https://faqs.ably.com/error-code-70002", "72000": "https://faqs.ably.com/error-code-72000-ingress-operation-failed", - "72001": "https://faqs.ably.com/error-code-72002-ingress-table-is-unhealthy", + "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", "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",