Method: WCC::Contentful::SimpleClient::Response#error_message
- Defined in:
- lib/wcc/contentful/simple_client/response.rb
#error_message ⇒ Object
24 25 26 27 28 29 30 31 32 |
# File 'lib/wcc/contentful/simple_client/response.rb', line 24 def = begin raw['message'] rescue JSON::ParserError nil end || "#{code}: #{raw_response.body}" end |