From 05ea51ec3e8b0e266b0bb45166b99770ab466e6c Mon Sep 17 00:00:00 2001 From: Valere Date: Thu, 21 Mar 2024 11:40:19 +0100 Subject: [PATCH] Update schemas/Error.json Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- schemas/Error.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/Error.json b/schemas/Error.json index 34007ea..41d3f8a 100644 --- a/schemas/Error.json +++ b/schemas/Error.json @@ -19,7 +19,7 @@ {"const": "OlmIndexError", "description": "E2E domain error. The room key is known but is ratcheted (index > 0)."}, {"const": "OlmKeysNotSentError", "description": "E2E domain error. Generic unknown inbound group session error."}, {"const": "OlmUnspecifiedError", "description": "E2E domain error. Any other decryption error (missing field, format errors...)."}, - {"const": "UnknownError", "description": "E2E domain error. Decryption fails due to unknown error."}, + {"const": "UnknownError", "description": "E2E domain error. Decryption failed due to unknown error."}, {"const": "HistoricalMessage", "description": "E2E domain error. Decryption failed for a message sent before the device logged in, and key backup is not enabled."}, {"const": "VoipUserHangup", "description": "VOIP domain error. The user hung up the call."}, {"const": "VoipIceFailed", "description": "VOIP domain error. ICE negotiation failed."},