Updated on 2026-08-14

This commit is contained in:
Tangem 2021-03-10 19:07:56 +00:00
commit f3213f8d6f
27 changed files with 19 additions and 24 deletions

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)