Updated on 2026-08-14

This commit is contained in:
Tangem 2023-03-31 14:16:59 +03:00
parent 90fd182e31
commit eec9944cb0
2 changed files with 4 additions and 2 deletions

View file

@ -119,6 +119,8 @@ object TangemSdkErrorMapper {
is TangemSdkError.UserCanceledBiometricsAuthentication -> error
is TangemSdkError.EncryptionOperationFailed -> error
is TangemSdkError.InvalidEncryptionKey -> error
is TangemSdkError.KeyGenerationException -> error
is TangemSdkError.MnemonicException -> error
}
}
}