Exception: Craigslist::API::RequestError

Inherits:
ResponseError show all
Defined in:
lib/craigslist/api/errors.rb

Overview

Raised for malformed requests. The RSS interface uses HTTP 415 for RSS it cannot parse; the JSON API uses 400.

Instance Attribute Summary

Attributes inherited from ResponseError

#api_errors, #body, #status

Method Summary

Methods inherited from ResponseError

#initialize

Constructor Details

This class inherits a constructor from Craigslist::API::ResponseError