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
Warning
Application error

81002: Unexpected event while processing Widget

Twilio Studio DocumentationStudio

Description

description page anchor

An unexpected event was received while processing a widget. Studio ignored this event and did not transition to another widget because there was no matching transition available to handle the event.

Note: If the Execution ended correctly, this warning can be ignored.

Possible causes

possible-causes page anchor
  • A new call, message, or REST API Execution was initiated for a contact address (e.g. phone number) that already has an active Execution.
  • An event came in while processing a widget that cannot handle that event (e.g. incoming message received during Run Function widget).
  • A hangup for a phone call was detected while processing a widget that does not have a "Hangup" transition (e.g. HTTP Request or Send Message).
  • There was no transition that matched the received event.