Skip to contentSkip to navigationSkip to topbar
Page tools
Useful for sharing or LLM
Accelerate development with AI

On this pageProducts used
Looking for more inspiration?Visit the
Error
Application error

82002: Error on Twilio Function response

Twilio Functions DocumentationServerless

Description

description page anchor

Your Function invocation resulted in StatusCode 5xx.

Possible causes

possible-causes page anchor
  • Your Function timed out before responding.
  • Your Function returned an error response.
  • 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.