We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef3c18 commit 7cb10d1Copy full SHA for 7cb10d1
docs/delivery_methods/twilio_messaging.md
@@ -40,6 +40,8 @@ end
40
41
## Error Handling
42
43
+Twilio provides a full list of error codes that can be handled as needed. See https://www.twilio.com/docs/api/errors
44
+
45
```ruby
46
deliver_by :twilio_messaging do |config|
47
config.error_handler = lambda do |twilio_error_response|
0 commit comments