From 66a8c8e5407d114af44d6cef5ad65346b8cd2893 Mon Sep 17 00:00:00 2001 From: umair Date: Wed, 27 May 2026 09:52:37 +0100 Subject: [PATCH] Add error code 40025 for APIs that are no longer supported Co-Authored-By: Claude Opus 4.7 (1M context) --- protocol/errors.json | 1 + 1 file changed, 1 insertion(+) diff --git a/protocol/errors.json b/protocol/errors.json index 32226b7..3c4e434 100644 --- a/protocol/errors.json +++ b/protocol/errors.json @@ -28,6 +28,7 @@ "40022": "API Streamer has been shut down", "40023": "Action requires a newer protocol version", "40024": "unable to get channel history (incompatible site)", + "40025": "API no longer supported", "40030": "Invalid publish request (unspecified)", "40031": "Invalid publish request (invalid client-specified id)", "40032": "Invalid publish request (impermissible extras field)",