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 would also need the inherited error enums to implement the SolError trait for devs to be able to export ABI of contracts that use the pattern described in this issue (for a more detailed explanation see OpenZeppelin/rust-contracts-stylus#439 (comment)).
It is convenient to declare errors in different modules. And reuse the error from the other module inside an enum.
Currently the following pattern for error structure doesn't work for
SolidityError
proc macro:Compilation fails with: "the trait bound
Error: stylus_sdk::call::MethodError
is not satisfied".The text was updated successfully, but these errors were encountered: