Exception: Craigslist::API::APIError

Inherits:
ResponseError show all
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

#api_errors, #body, #status

Method Summary

Methods inherited from ResponseError

#initialize

Constructor Details

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