class EbayTrader::EbayTraderTimeoutError

The error raised when the HTTP connection times out.

Note: A request can timeout and technically still succeed! Consider the case when a {developer.ebay.com/DevZone/XML/docs/Reference/ebay/AddFixedPriceItem.html 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.