Exception: Faraday::ClientError
- Defined in:
- lib/faraday/error.rb
Overview
Faraday client error class. Represents 4xx status responses.
Direct Known Subclasses
BadRequestError, ConflictError, ForbiddenError, ProxyAuthError, RequestTimeoutError, ResourceNotFound, TooManyRequestsError, UnauthorizedError, UnprocessableEntityError
Instance Attribute Summary
Attributes inherited from Error
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