Exception: Craigslist::API::AuthenticationError

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

Overview

Raised when credentials were rejected, or the account is not authorized for bulk posting. Covers HTTP 401 and 403, and OAuth token failures.

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