Exception: Basecamp::Oauth::Fetcher::ReadDeadlineExceeded
- Inherits:
-
StandardError
- Object
- StandardError
- Basecamp::Oauth::Fetcher::ReadDeadlineExceeded
- Defined in:
- lib/basecamp/oauth/fetcher.rb
Overview
Raised when a streaming read exceeds its wall-clock deadline. Crosses
the module boundary like BodyTooLarge: callers map it to a retryable
network fault (fetch_json) or a Faraday timeout (the device flow).