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
When we get an error from a host callback, we forward the error to the guest as a string. This makes it more challenging to create custom error types within the SDKs, which could be useful, for example, for identifying different types of errors.
Solution you'd like
Send host callback errors as serialized JSON and change the SDKs adding custom error types.