class Twilio::REST::TwilioError

Public Instance Methods

body() click to toggle source

@deprecated all errors that have a body are now 'Twilio::RestError's

   # File lib/twilio-ruby/framework/rest/error.rb
 7 def body
 8   warn "'Twilio::REST::TwilioError#body' has been deprecated. No 'TwilioError' objects are raised with a body."
 9   nil
10 end