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
Expected to have a parsed error that one can access via error.FunctionCallError.HostError.GuestPanic.panic_msg.
Even better something that would shorten this and either allow to catch depending on type with catch or have a match.
The text was updated successfully, but these errors were encountered:
Currently if view call fails, the error object just contains a string that contains something like this:
Expected to have a parsed error that one can access via
error.FunctionCallError.HostError.GuestPanic.panic_msg
.Even better something that would shorten this and either allow to catch depending on type with
catch
or have amatch
.The text was updated successfully, but these errors were encountered: