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
We deprecated the reason from the transactionError.
Instead the SDK should use the new propertyerror which is of type :
{
code: Int
data: any
message: String
}
Additional context
I believe this require a major version bump
A util function such as formatError would be great because we might have inception of errors and that would provide great error message (example: "Invalid recipient execution: Condition Failed: still locked")
Epic
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
No response
Describe the solution you'd like
We deprecated the
reason
from thetransactionError
.Instead the SDK should use the new property
error
which is of type :Additional context
I believe this require a major version bump
A util function such as
formatError
would be great because we might have inception of errors and that would provide great error message (example: "Invalid recipient execution: Condition Failed: still locked")Epic
No response
The text was updated successfully, but these errors were encountered: