eBay::API::XML::CallRetry

eBay::API::XML::CallRetry module specifies retry parameters for an API call.
Download

eBay::API::XML::CallRetry Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jeff Nokes
  • Publisher web site:
  • http://search.cpan.org/~ebay/eBay-API-0.22/lib/eBay/API/XML/BaseDataType.pm

eBay::API::XML::CallRetry Tags


eBay::API::XML::CallRetry Description

eBay::API::XML::CallRetry module specifies retry parameters for an API call. eBay::API::XML::CallRetry module specifies retry parameters for an API call.Subroutinesnew()Object constructor for the eBay::CallRetry class.setMaximumRetries()Set maximum number of retries if the failure continues to happen. If 0 then there are no retries.getMaximumRetries()Returns maximum number of retries if the failure continues to happen. If 0 then there are no retries.setDelayTime()Set delay time (in ms) for between each retry-API-call. If ms equals 0, then retry immediately.getDelayTime()Returns delay time (in ms) for between each retry-API-call. If ms equals 0, then retry immediately.setTriggerErrorCodes()Sets list of API error codes that trigger retrygetTriggerErrorCodes()Returns list of API error codes that trigger retryincNumberOfRetries()increment number of retries (keep counter)getNumberOfRetries()Return current number of retries left.shouldRetry()Determines if the Call-Retry should be granted for the given errors.createGenericCallRetry()Create most common call retry rule. This is a static methodcreateTestCallRetry()Create Call retry rules used in TESTS only This is a static method. Requirements: · Perl


eBay::API::XML::CallRetry Related Software