From 8b75d8ebe6c1a3eff1f498a37c09d3f28d4ebf1f Mon Sep 17 00:00:00 2001 From: owenpearson Date: Thu, 12 Sep 2024 15:25:27 +0100 Subject: [PATCH] add 'requires newer protocol version' error code --- protocol/errors.json | 1 + 1 file changed, 1 insertion(+) diff --git a/protocol/errors.json b/protocol/errors.json index 7360f67..46a8c53 100644 --- a/protocol/errors.json +++ b/protocol/errors.json @@ -26,6 +26,7 @@ "40020": "Batch error", "40021": "Feature requires a newer platform version", "40022": "API Streamer has been shut down", + "40023": "Action requires a newer protocol version", "40030": "Invalid publish request (unspecified)", "40031": "Invalid publish request (invalid client-specified id)", "40032": "Invalid publish request (impermissible extras field)",