From e6f9610a51dec6763c023ef42322430c81cb737c Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Fri, 15 May 2026 20:25:19 +0100 Subject: [PATCH] Add 'NETWORK_DISCONNECTED' to error code enum --- schemas/api/envelope.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/schemas/api/envelope.json b/schemas/api/envelope.json index 11846c1..a3b64e5 100644 --- a/schemas/api/envelope.json +++ b/schemas/api/envelope.json @@ -30,7 +30,8 @@ "AUTH", "NOT_FOUND", "RATE_LIMIT", - "SERVER" + "SERVER", + "NETWORK_DISCONNECTED" ] }, "msg": {