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
Currently all errors in dml functions are forwarded to JavaScript exceptions. That is a problem, as the user should not be able to handle internal fatal erros. It makes sense to have only Application errors exposed to JS and panic for internal errors. That panic than needs to be captured in the dml runtime.
The text was updated successfully, but these errors were encountered:
Currently all errors in dml functions are forwarded to JavaScript exceptions. That is a problem, as the user should not be able to handle internal fatal erros. It makes sense to have only Application errors exposed to JS and panic for internal errors. That panic than needs to be captured in the dml runtime.
The text was updated successfully, but these errors were encountered: