Skip to content

Commit

Permalink
Merge pull request #5049 from segmentio/spencerattick-patch-4
Browse files Browse the repository at this point in the history
remove Event Delivery references
  • Loading branch information
forstisabella authored Jul 26, 2023
2 parents 0e035e8 + 35dee26 commit 4d72979
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/connections/functions/insert-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,12 +237,16 @@ Note the following limitations for batching with insert functions:
{% endcomment %}

{% comment %}

## Destination insert functions logs and errors

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.

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

{% endcomment %}

### Destination insert functions error types

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

0 comments on commit 4d72979

Please sign in to comment.