Skip to contentSkip to navigationSkip to topbar
On this page

Debugging Tools


Twilio offers several tools for investigating the interaction between Twilio and your application. If a message cannot go through, is delayed, or otherwise behaves unexpectedly, these tools should be your first stops for debugging.


Error logs

error-logs page anchor

Error Logs in the Twilio Console(link takes you to an external page) contain a list of errors within your application. These logs can help you dive deeper into how your application is performing and where issues might be occurring.

To get to the Error Logs page in the Console(link takes you to an external page), go to Monitor > Logs > Error Logs from the right-hand sidebar.

Error Logs page within Twilio Console, demonstrating the list of affected products.

Once there, you can dig into detailed logs of errors. Each log shows the error code, the impacted Twilio product, and the timestamp when the error happened.

You can also view a histogram of events for a given date/time range by clicking the Historical trend dropdown above the list of events.

If you click on an individual event in the in Error Logs, you can see properties of the message that encountered an error. These include timestamps, your resource SID, any warnings or errors thrown by Twilio, and the full context of the message request and response.


Alarms allow you to create customized alerts based on spikes in certain types of errors and proactively monitor your application. This feature replaces the previous concept of Alert Triggers. See the Alarms documentation for more information about how to configure these.


You can find all Twilio-generated error codes in the Error and Warning Dictionary.

The table below lists common Programmable Messaging error codes. These error codes show up in the ErrorCode properties of Twilio's status callback requests and in the Message resource's ErrorCode property.

Error CodeError MessageDescription
30001Queue overflowYou tried to send too many messages too quickly, and your message queue overflowed. Try sending your message again after waiting for some time.
30002Account suspendedYour account was suspended between the time of message send and delivery. Please contact Twilio.
30003Unreachable destination handsetThe destination handset you are trying to reach is switched off or otherwise unavailable.
30004Message blockedThe destination number you are trying to reach is blocked from receiving this message (e.g., due to blacklisting).
30005Unknown destination handsetThe destination number you are trying to reach is unknown and may no longer exist.
30006Landline or unreachable carrierThe destination number is unable to receive this message. Potential reasons could include trying to reach a landline or, in the case of short codes, an unreachable carrier.
30007Carrier violationYour message was flagged as objectionable by the carrier. To protect their subscribers, many carriers have implemented content or spam filtering. Learn more about carrier filtering(link takes you to an external page)
30008Unknown errorThe error does not fit into any of the above categories.
30009Missing segmentOne or more segments associated with your multi-part inbound message was not received.
30010Message price exceeds max price.The price of your message exceeds the max price parameter.

The following ErrorCodes apply only when you are sending a message via WhatsApp or another non-SMS messaging channel.

Error CodeError MessageDescription
63001Channel could not authenticate the requestChannel authentication credentials are incorrect. Please check the credentials or re-authenticate with the Channel.
63002Channel could not find From addressThe From address does not map to any configured Channels. Check that you are using the correct Channel endpoint address from the Channel page.
63003Channel could not find To addressThe To address is incorrect.
63005Channel did not accept given content
63006Could not format given content for the channel
63007Twilio could not find a Channel with the specified From addressThe From address does not map to any configured Channels. Check that you are using the correct Channel endpoint address from the Channel page.
63008Could not execute the request because the channel module is misconfiguredPlease check the Channel configuration in Twilio.
63009Channel returned an error when executing the requestPlease see Channel specific error message for more information.
63010Channels - Twilio Internal error
63012Channel returned an internal error that prevented it from completing the request
63013This message send failed because it violates Channel provider's policy.Please see Channel specific error message for more information.
63014This message failed to be delivered to the user because it was blocked by a user action.Please see Channel specific error message for more information.

Programmable Messaging logs

programmable-messaging-logs page anchor

If you encounter issues with message delivery, such as duplicate message delivery, the best way to begin debugging is by viewing your Programmable Messaging Logs. See the Programmable Messaging Logs documentation for more information about how to use these logs.


If you are unable to figure out what went wrong with your message, you can contact Twilio's support team(link takes you to an external page). Make sure to provide any relevant Message SIDs (a 34-character string starting with SM for SMS or MM for MMS) in your request. You can find the Message SID associated with an error in the detailed error log view.

Need some help?

Terms of service

Copyright © 2024 Twilio Inc.