<PackageReference Include="Relativity.Server.Transfer.SDK" Version="24000.0.1" />

Relativity.Transfer.ExceptionHelper

static class ExceptionHelper
namespace Relativity.Transfer { internal static class ExceptionHelper { public static bool IsFatalException(Exception exception); public static bool IsSuspectedHttpTimeoutException(Exception exception); public static bool IsPathException(Exception exception); } }