Exception: Intercom::AuthenticationError
- Inherits:
-
IntercomError
- Object
- StandardError
- IntercomError
- Intercom::AuthenticationError
- Defined in:
- lib/intercom/errors.rb
Overview
Raised when the token you provided is incorrect or not authorized to access certain type of data. Check that you have set Intercom.token correctly.
Direct Known Subclasses
AppSuspendedError, TokenRevokedError, TokenUnauthorizedError
Instance Attribute Summary
Attributes inherited from IntercomError
#application_error_code, #field, #http_code, #request_id
Method Summary
Methods inherited from IntercomError
#initialize, #inspect, #to_hash
Constructor Details
This class inherits a constructor from Intercom::IntercomError