You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Official documentation makes no mention of Exceptions being thrown or available.
Document this behavior in the README.
For example, for SMS:
https://www.twilio.com/docs/sms/send-messageshttps://www.twilio.com/docs/sms/api/message
These documentation links might lead one to think that errors that occur during the process would be stored in the message object created by the client.messages.create() call (in message.error_code, message.error_message, or message.status).
0 commit comments