Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new E2E error for expected UTD #93

Merged
merged 4 commits into from
Mar 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update schemas/Error.json
Co-authored-by: Richard van der Hoff <[email protected]>
  • Loading branch information
BillCarsonFr and richvdh authored Mar 21, 2024
commit f708523d103ce783ef7c01b64f0c4232eaf8d6e7
2 changes: 1 addition & 1 deletion schemas/Error.json
Original file line number Diff line number Diff line change
@@ -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."},
BillCarsonFr marked this conversation as resolved.
Show resolved Hide resolved
{"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."},