Exception: Craigslist::API::APIError
- Inherits:
-
ResponseError
- Object
- StandardError
- Error
- ResponseError
- Craigslist::API::APIError
- Defined in:
- lib/craigslist/api/errors.rb
Overview
Raised when a JSON response arrived with HTTP 200 but carried a non-empty
errors array in its envelope.
This is separate from ResponseError subclasses keyed to status codes because the Bulkpost API reports application-level failures in-band.
Instance Attribute Summary
Attributes inherited from ResponseError
Method Summary
Methods inherited from ResponseError
Constructor Details
This class inherits a constructor from Craigslist::API::ResponseError