Returns true if a failed request should be retried.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public static bool ShouldRetry( HttpStatusCode statusCode, ClientConfig config, AmazonServiceException errorResponseException, int retries )
 Parameters
 Parameters- statusCode (HttpStatusCode)
- The HTTP status code from the failed request
- config (ClientConfig)
- The client config
- errorResponseException (AmazonServiceException)
- The exception from the failed request
- retries (Int32)
- The number of times the current request has been attempted
 Return Value
 Return ValueTrue if the failed request should be retried.