You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Info>Errors thrown in the `onFailure` function are ignored.</Info>
299
299
300
+
<Note>
301
+
`onFailure` doesn’t fire for some of the run statuses like `Crashed`, `System failures`, and `Canceled`.
302
+
</Note>
303
+
300
304
### `handleError` functions
301
305
302
306
You can define a function that will be called when an error is thrown in the `run` function, that allows you to control how the error is handled and whether the task should be retried.
0 commit comments