Updated on 2026-08-14

This commit is contained in:
Tangem 2023-04-17 14:25:48 +04:00
parent 3a33ef4bac
commit 8522a53690
4 changed files with 5 additions and 3 deletions

View file

@ -123,6 +123,7 @@ object TangemSdkErrorMapper {
is TangemSdkError.ResetBackupFailedHasBackedUpWallets -> error
is TangemSdkError.KeysImportDisabled -> error
is TangemSdkError.Underlying -> error
is TangemSdkError.UserCodeRecoveryDisabled -> error
}
}
}