You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are places where we return values such as for eaxmple (Address32, TransactionValidityError), but there may be other errors that could occur and we might want to propagate them as well. For this reason, we might consider implementing the Error interface for all types that resemble errors (TransactionValidityError, TokenError, etc.).
In certain places, we should check if the error is of the type in which we are interested.
The text was updated successfully, but these errors were encountered:
There are places where we return values such as for eaxmple
(Address32, TransactionValidityError)
, but there may be other errors that could occur and we might want to propagate them as well. For this reason, we might consider implementing theError
interface for all types that resemble errors (TransactionValidityError
,TokenError
, etc.).In certain places, we should check if the error is of the type in which we are interested.
The text was updated successfully, but these errors were encountered: