Skip to content

Have user function return a Result #7

@sjwiesman

Description

@sjwiesman

Currently, user functions return an Effect which means in the case of failure they can only panic. If instead, it returned a Result<Effect, SomeErrorType> there would be a more graceful failure scenario.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions