Updated on 2026-08-14
This commit is contained in:
parent
b737a367b7
commit
52a9e8bea7
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue