Skip to content
Skip to navigation
Skip to topbar
Twilio Logo
Twilio Docs
Search
Search
Messaging
Voice
Serverless
Flex
Studio
All docs...
SDKs
Help
Help
Search
Log in
Sign up
On this page
ERROR: 82002
Description
Possible Causes
Possible Solutions
On this page
ERROR: 82002
Description
Possible Causes
Possible Solutions
Error on Twilio Function response
Positive Feedback
Negative Feedback
ERROR: 82002
error-82002 page anchor
Positive Feedback
Negative Feedback
FUNCTIONS
ERROR
Description
description page anchor
Positive Feedback
Negative Feedback
Your Function invocation resulted in StatusCode 5xx.
Possible Causes
possible-causes page anchor
Positive Feedback
Negative Feedback
Your Function timed out before responding.
Your Function returned an error response.
Possible Solutions
possible-solutions page anchor
Positive Feedback
Negative Feedback
Your Function must contain a callback.
Make sure you place the Function callback
callback(err, response)
is placed correctly in your Function code.
If you are using a JavaScript promise, make sure the callback is called in both success and catch blocks.
Your Function responded with an error.