Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document exception case in README #423

Merged
merged 1 commit into from
Oct 28, 2019

Conversation

prateem
Copy link
Contributor

@prateem prateem commented Jun 9, 2018

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-messages
https://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).

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-messages
https://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).
@childish-sambino childish-sambino merged commit 1baead6 into twilio:master Oct 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants