Method: Typhoeus::Response#friendly_error
- Defined in:
- lib/labclient/http.rb
#friendly_error ⇒ Object
83 84 85 86 87 88 89 90 |
# File 'lib/labclient/http.rb', line 83 def friendly_error = if data data[:message] || data[:error] || data else end "#{code} - #{}" end |