mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
MESSENGER-4956 matomo add decryption error information
This commit is contained in:
@@ -47,12 +47,15 @@ import AnalyticsEvents
|
||||
let errorCode: NSInteger
|
||||
// bwi: #4821 RoomDevicesCount
|
||||
let deviceCount: NSInteger
|
||||
// bwi: #4956 add decryption error information
|
||||
let unspecifiedErrorMessage: String?
|
||||
|
||||
init(failedEventId: String, reason: DecryptionFailureReason, context: String, errorCode: NSInteger, deviceCount: NSInteger) {
|
||||
init(failedEventId: String, reason: DecryptionFailureReason, context: String, errorCode: NSInteger, deviceCount: NSInteger, unspecifiedErrorMessage: String?) {
|
||||
self.failedEventId = failedEventId
|
||||
self.reason = reason
|
||||
self.context = context
|
||||
self.errorCode = errorCode
|
||||
self.deviceCount = deviceCount
|
||||
self.unspecifiedErrorMessage = unspecifiedErrorMessage
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user