Skip to content

Vue managed subscription error handling #43

Closed
@ryanrich

Description

@ryanrich

When defining subscriptions in the subscriptions field or function there doesn't appear to be a way to attach an error handler to them. I like how convenient it is to just define an observable in these blocks and have Vue subscribe and expose the results to the component, but when subscriptions defined in this manner hit an error condition it breaks the application. Would it be possible to:

  1. Have a way to register an error handler for subscriptions that are created by Vue from this block
  2. If an error handler isn't defined, have vue route errors to the application level exception handler

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