Updated on 2026-08-14

This commit is contained in:
Tangem 2021-03-10 20:08:46 +03:00
parent b737a367b7
commit 52a9e8bea7

View file

@ -49,7 +49,7 @@ sealed class TapError(
}
sealed class TapSdkError(override val messageResId: Int?) : Throwable(), TangemError {
final override val code: Int = 1
final override val code: Int = 50100
override var customMessage: String = code.toString()
object CardForDifferentApp : TapSdkError(R.string.alert_unsupported_card)