From db02042251d0c1a1bd026b636c86fa74c2c2a5a5 Mon Sep 17 00:00:00 2001 From: mike clark Date: Mon, 4 Mar 2024 10:32:46 +0000 Subject: [PATCH] adding error codes 40141 and 40133 --- protocol/errorsHelp.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protocol/errorsHelp.json b/protocol/errorsHelp.json index eb6fe3a..f724062 100644 --- a/protocol/errorsHelp.json +++ b/protocol/errorsHelp.json @@ -31,6 +31,8 @@ "40115": "https://faqs.ably.com/error-code-40115-account-restricted-request-limit-exceeded", "40125": "https://faqs.ably.com/error-code-40125-max-number-of-rules-per-application", "40131": "https://faqs.ably.com/error-code-40131-key-revoked", + "40133": "https://faqs.ably.com/error-code-40133", + "40141": "https://faqs.ably.com/error-code-40141", "40142": "https://faqs.ably.com/error-code-40142-token-expired-code", "40143": "https://faqs.ably.com/error-code-40143-token-unrecognised", "40144": "https://faqs.ably.com/error-code-40144-unexpected-error-decoding-jwt-decode-exception",