From 5e62e6058167318aad9e2e6d349cf54a05ea6e36 Mon Sep 17 00:00:00 2001 From: Jamie Newcomb <59560169+jamienewcomb@users.noreply.github.com> Date: Thu, 22 Feb 2024 09:14:35 +0000 Subject: [PATCH 1/2] Add error code 40020 --- protocol/errorsHelp.json | 1 + 1 file changed, 1 insertion(+) diff --git a/protocol/errorsHelp.json b/protocol/errorsHelp.json index 59ec5ab..6ea5e7a 100644 --- a/protocol/errorsHelp.json +++ b/protocol/errorsHelp.json @@ -14,6 +14,7 @@ "40012": "https://faqs.ably.com/error-code-40012-invalid-client-id", "40013": "https://faqs.ably.com/error-code-40013", "40016": "https://faqs.ably.com/error-code-40016", + "40020": "https://faqs.ably.com/error-code-40020" "40022": "https://faqs.ably.com/error-code-40022", "40030": "https://faqs.ably.com/error-code-40030", "40031": "https://faqs.ably.com/client-specified-message-id-restrictions-for-multiple-messages-published-atomically", From d19351912ffebc228883646b7a0b86e64215d3c7 Mon Sep 17 00:00:00 2001 From: Jamie Newcomb <59560169+jamienewcomb@users.noreply.github.com> Date: Thu, 22 Feb 2024 09:17:55 +0000 Subject: [PATCH 2/2] adding missing , --- protocol/errorsHelp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/errorsHelp.json b/protocol/errorsHelp.json index 6ea5e7a..eb6fe3a 100644 --- a/protocol/errorsHelp.json +++ b/protocol/errorsHelp.json @@ -14,7 +14,7 @@ "40012": "https://faqs.ably.com/error-code-40012-invalid-client-id", "40013": "https://faqs.ably.com/error-code-40013", "40016": "https://faqs.ably.com/error-code-40016", - "40020": "https://faqs.ably.com/error-code-40020" + "40020": "https://faqs.ably.com/error-code-40020", "40022": "https://faqs.ably.com/error-code-40022", "40030": "https://faqs.ably.com/error-code-40030", "40031": "https://faqs.ably.com/client-specified-message-id-restrictions-for-multiple-messages-published-atomically",