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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -237,12 +237,16 @@ Note the following limitations for batching with insert functions:
237
237
238
238
{% endcomment %}
239
239
240
+
{% comment %}
241
+
240
242
## Destination insert functions logs and errors
241
243
242
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.
243
245
244
246

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