Skip to content

Commit

Permalink
Update schemas/Error.json
Browse files Browse the repository at this point in the history
Co-authored-by: Richard van der Hoff <[email protected]>
  • Loading branch information
BillCarsonFr and richvdh authored Mar 21, 2024
1 parent 71b2107 commit f708523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/Error.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{"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": "HistoricalMessage", "description": "E2E domain error. Decryption fails for historical message and there is no backup."},
{"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."},
{"const": "VoipInviteTimeout", "description": "VOIP domain error. The call invite timed out."},
Expand Down

0 comments on commit f708523

Please sign in to comment.