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

Relativity.DataExchange.Io.RetryExceptionHelper

static class RetryExceptionHelper
Defines commonly used static retry helper functions to decide whether an exception should be retried.
namespace Relativity.DataExchange.Io { internal static class RetryExceptionHelper { public static Func<Exception, bool> CreateRetryPredicate(RetryOptions options); public static bool IsRetryable(Exception exception, RetryOptions options); } }