Exception: AmazonAds::OauthService::TransportError

Inherits:
TokenRefreshError show all
Defined in:
app/services/amazon_ads/oauth_service.rb

Overview

Transient failure: network errors and retryable HTTP statuses (429/5xx)
from the token endpoint. Still a TokenRefreshError so consent-flow
callers need only one rescue, but AmazonAdsTokenRefreshWorker
re-raises this subclass so Sidekiq retries it.