Skip to content

Commit 324f793

Browse files
committed
edit
1 parent e5b06af commit 324f793

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/connections/functions/destination-functions.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ You can read more about [error handling](#destination-functions-logs-and-errors)
9494

9595
<!-- TODO - could also go into the `runtime.md` include above, if applied identically to both types of functions. -->
9696

97-
98-
To ensure smooth operation of functions even when fetch calls fail, a `try-catch` block can be incorporated. This allows for the interception of any errors during the API call, enabling the application of specific error handling procedures such as error logging for future debugging or the assignment of fallback values when the API call is unsuccessful. By positioning the continuation logic either outside the `try-catch` block or within a `finally` block, the function is guaranteed to proceed with its execution, maintaining its workflow irrespective of the outcome of the API call.
99-
100-
10197
## Create settings and secrets
10298

10399
{% include content/functions/settings.md %}

0 commit comments

Comments
 (0)