Function catches

  • Catches errors in a task, preventing it from stopping execution of other tasks when run in series or parallel. When a task raises an exception, it will log the error message with a given options.level, and optionally run an alternate task.

    Parameters

    Returns Async

    Task