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
Copy file name to clipboardExpand all lines: src/connections/functions/insert-functions.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -237,6 +237,16 @@ Note the following limitations for batching with insert functions:
237
237
238
238
{% endcomment %}
239
239
240
+
{% comment %}
241
+
242
+
## Destination insert functions logs and errors
243
+
244
+
A function can throw errors, or Segment might encounter errors while invoking your function. You can view these errors in the [Event Delivery](/docs/connections/event-delivery/) tab for your Destination as in the example below.
245
+
246
+

247
+
248
+
{% endcomment %}
249
+
240
250
### Destination insert functions error types
241
251
242
252
-**Bad Request** - Any error thrown by the function code that is not covered by the other errors.
0 commit comments