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
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Extrinsic errors raised within module functions are not propagated over the JSON-RPC interface. The executor indeed handles those errors by sending an ExtrinsicFailed event. But that event doesn't carry any further information about the error.
Example:
In our module transaction we raise this error:
return Err("my_error_code")
And on the client side the transaction result is like: