<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

RetryExceptionHelper

static class RetryExceptionHelper
Defines commonly used static retry helper functions to decide whether an exception should be retried.
public static Func<Exception, bool> CreateRetryPredicate(RetryOptions options)

Creates a retry predicate that uses the specified options and exception to determine whether to retry the operation.

public static bool IsRetryable(Exception exception, RetryOptions options)

Determines whether the specified exception can be retried.