Exception: Basecamp::Oauth::Fetcher::ReadDeadlineExceeded

Inherits:
StandardError
  • Object
show all
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).