Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use the new error in the transactionError subscription #201

Open
bchamagne opened this issue May 15, 2024 · 0 comments
Open

use the new error in the transactionError subscription #201

bchamagne opened this issue May 15, 2024 · 0 comments
Labels
feature New feature request

Comments

@bchamagne
Copy link
Member

Is your feature request related to a problem?

No response

Describe the solution you'd like

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

@bchamagne bchamagne added the feature New feature request label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request
Projects
None yet
Development

No branches or pull requests

1 participant