Updated on 2026-08-14
This commit is contained in:
commit
459672ba51
3 changed files with 22 additions and 24 deletions
|
|
@ -139,7 +139,7 @@ class SendTransactionUseCase(
|
|||
internal fun handleError(result: Result.Failure): SendTransactionError {
|
||||
if (ResultChecker.isNetworkError(result)) {
|
||||
return SendTransactionError.NetworkError(
|
||||
code = result.error.message,
|
||||
code = result.error.code.toString(),
|
||||
message = result.error.customMessage,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue