Exception: Fluence::Gateway::ConnectionError
- Defined in:
- lib/fluence/gateway/errors.rb
Overview
Raised when the gateway or the OAuth2 token endpoint is unreachable — connection refused, DNS failure, or timeout.
Wraps the original Faraday::ConnectionFailed or Faraday::TimeoutError
message. Safe to retry with backoff.