Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JavaScript receives internal errors as exceptions #9

Open
ickby opened this issue Jan 22, 2021 · 0 comments
Open

JavaScript receives internal errors as exceptions #9

ickby opened this issue Jan 22, 2021 · 0 comments

Comments

@ickby
Copy link
Collaborator

ickby commented Jan 22, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant