-
Notifications
You must be signed in to change notification settings - Fork 379
Destination Functions: Document error types #677
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
### Errors That Are Retried | ||
|
||
* "Internal": An error not thrown by your function code and not covered by any other error classification. This is most commonly caused by your function exceeding its time limit, which is 5 seconds by default. | ||
* "Too Many Requests": Your Function is receiving too many events and is being throttled. If this error persists for more than an hour, please email us at [friends@segment.com](mailto:friends@segment.com) for help. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We no longer give out this email alias in docs.
Some style notes:
|
Co-Authored-By: LRubin <sanscontext@users.noreply.github.com>
Co-Authored-By: LRubin <sanscontext@users.noreply.github.com>
Co-Authored-By: LRubin <sanscontext@users.noreply.github.com>
@sanscontext Thanks! I think I may have looked at an old page to determine if we used titlecase or not. That's now fixed (I think). |
I don't think we've been consistent in the past, so no worries either way. Destination Function is still a product name technically and doesn't need to be decapped, but this is close enough. :) |
Oh hey! is this at all useful to link to and from? https://segment.com/docs/connections/integration_error_codes/ |
Those codes don't quite apply to Destination Functions. Thanks for the heads-up though! |
Proposed changes
Destination Functions can return errors that are visible in Event Delivery but their meaning isn't clear (yet). I added documentation to clear that up.
Related issues (optional)
Fixes FUN-619: https://segment.atlassian.net/browse/FUN-619