From ae9e380e8e355d405056db6ab7095b53deca497f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Monteiro=20Morgado=20Dias?= Date: Mon, 14 Oct 2024 08:59:10 +0100 Subject: [PATCH] Add error 50305 to errors.json --- protocol/errors.json | 1 + 1 file changed, 1 insertion(+) diff --git a/protocol/errors.json b/protocol/errors.json index 8c9d9a2e..c44f3478 100644 --- a/protocol/errors.json +++ b/protocol/errors.json @@ -107,6 +107,7 @@ "50010": "Ably's edge proxy service has encountered an unknown internal error whilst processing the request", "50210": "Ably's edge proxy service received an invalid (bad gateway) response from the Ably platform", + "50305": "Ably's routing layer was unable to service this request", "50310": "Ably's edge proxy service received a service unavailable response code from the Ably platform", "50320": "Active Traffic Management: traffic for this cluster is being temporarily redirected to a backup service",