Skip to content

JavaScript receives internal errors as exceptions #9

@ickby

Description

@ickby

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions