Exception: AmazonAds::OauthService::TokenRefreshError

Inherits:
StandardError
  • Object
show all
Defined in:
app/services/amazon_ads/oauth_service.rb

Overview

Raised when a token exchange or refresh fails. The base class means a
terminal token failure (invalid_grant, bad credentials — only re-consent
or a config fix helps); TransportError marks the retryable subset.

Direct Known Subclasses

TransportError