Updated on 2026-08-14
This commit is contained in:
parent
d07de86eb8
commit
8051ee983d
9 changed files with 63 additions and 28 deletions
|
|
@ -6,5 +6,6 @@ sealed interface SendTxResult {
|
|||
object UserCancelledError : SendTxResult
|
||||
data class TangemSdkError(val code: Int, val cause: Throwable?) : SendTxResult
|
||||
data class BlockchainSdkError(val code: Int, val cause: Throwable?) : SendTxResult
|
||||
data class NetworkError(val ex: Exception? = null) : SendTxResult
|
||||
data class UnknownError(val ex: Exception? = null) : SendTxResult
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue