Exception: EbayTrader::EbayTraderTimeoutError

Inherits:
EbayTraderError show all
Defined in:
lib/ebay_trader.rb

Overview

The error raised when the HTTP connection times out.

Note: A request can timeout and technically still succeed! Consider the case when a AddFixedPriceItem call raises a EbayTraderTimeoutError. The item could have been successfully uploaded, but a network issue delayed the response. Hence, a EbayTraderTimeoutError does not always imply the call failed.