Skip to content

Commit 6865053

Browse files
committed
Merge branch 'Insert-Functions-public-beta' of https://github.com/segmentio/segment-docs into Insert-Functions-public-beta
2 parents 6c30919 + 0f54809 commit 6865053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/functions/insert-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ To change which event type the handler listens to, you can rename it to the name
104104
105105
### Errors and error handling
106106

107-
Segment considers a function's execution successful if it finishes without error. You can also `throw` an error to create a failure on purpose. Use these errors to validate event data before processing it, to ensure the function works as expected.
107+
Segment considers a function's execution successful if it finishes without error. You can `throw` an error to create a failure on purpose. Use these errors to validate event data before processing it to ensure the function works as expected.
108108

109109
You can `throw` the following pre-defined error types to indicate that the function ran as expected, but the data was not deliverable:
110110

0 commit comments

Comments
 (0)