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.
task
options.level
alternate
Optional
Task
Catches errors in a
task, preventing it from stopping execution of other tasks when run in series or parallel. When ataskraises an exception, it will log the error message with a givenoptions.level, and optionally run analternatetask.