Skip to content

Commit 4d72979

Browse files
Merge pull request #5049 from segmentio/spencerattick-patch-4
remove Event Delivery references
2 parents 0e035e8 + 35dee26 commit 4d72979

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/connections/functions/insert-functions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,12 +237,16 @@ Note the following limitations for batching with insert functions:
237237
238238
{% endcomment %}
239239

240+
{% comment %}
241+
240242
## Destination insert functions logs and errors
241243

242244
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.
243245

244246
![A screenshot of the event delivery tab, showing 519 failed events broken into categories explaining why they failed](images/event-delivery.png)
245247

248+
{% endcomment %}
249+
246250
### Destination insert functions error types
247251

248252
- **Bad Request** - Any error thrown by the function code that is not covered by the other errors.

0 commit comments

Comments
 (0)