Skip to content

Commit

Permalink
Merge pull request #6289 from vector-im/sync-analytics-plan
Browse files Browse the repository at this point in the history
Sync analytics plan
  • Loading branch information
bmarty authored Jun 13, 2022
2 parents 88d2853 + ad787d3 commit 91fc75f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@ data class Error(

enum class Domain {
E2EE,
TO_DEVICE,
VOIP,
}

enum class Name {
OlmIndexError,
OlmKeysNotSentError,
OlmUnspecifiedError,
ToDeviceFailedToDecrypt,
UnknownError,
VoipIceFailed,
VoipIceTimeout,
Expand Down

0 comments on commit 91fc75f

Please sign in to comment.