Exception: Faraday::ParsingError

Inherits:
Error
  • Object
show all
Defined in:
lib/faraday/error.rb

Overview

Raised by middlewares that parse the response, like the JSON response middleware.

Instance Attribute Summary

Attributes inherited from Error

#response, #wrapped_exception

Method Summary

Methods inherited from Error

#backtrace, #initialize, #inspect, #response_body, #response_headers, #response_status

Constructor Details

This class inherits a constructor from Faraday::Error